main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
Answer Posted / molugu.ashwin
out put 4 2 4
| Is This Answer Correct ? | 16 Yes | 17 No |
Post New Answer View All Answers
How to explain the final year project as a fresher please answer with sample project
What do you mean by invalid pointer arithmetic?
Write a program on swapping (100, 50)
How can I split up a string into whitespace-separated fields?
what is bit rate & baud rate? plz give wave forms
Is c is a low level language?
regarding pointers concept
What is meant by inheritance?
What are 3 types of structures?
What are the key features in c programming language?
What are the usage of pointer in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the difference between near, far and huge pointers?
Can you write the function prototype, definition and mention the other requirements.
What is memory leak in c?