using namespace std;#include int main(){ char t[100]; cout << sizeof(t)< char *tt="abc"; cout << strlen(tt) << endl;}