Actually when a datatype, say int is stored in a string or a character array, and the string is passed as an argument to sizeof operator, the program returns the character array size instead of substituting the actual data type that is stored in the string, as an argument. is stored in