#include<stdio.h>
#include<string.h>
int main() {
    char *str;
    printf("Size of the string = %lu", strlen(str)); 
    return 0;
}
