main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?
Answer Posted / guddu singh
112
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
When do we get logical errors?
What is the difference between typedef struct and struct?
Do pointers need to be initialized?
What are directives in c?
What is dynamic memory allocation?
What is "Hungarian Notation"?
What are structure types in C?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Does c have class?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is include directive in c?
What are near, far and huge pointers?
What are the usage of pointer in c?
How can I get random integers in a certain range?
What is the explanation for cyclic nature of data types in c?