#include #include int main() { char string[1001] = "henlo am string"; int size = sizeof(string); printf("%d", size); }