main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?
Answer Posted / loganathan
2 2 2
it returns the size of the integer
| Is This Answer Correct ? | 9 Yes | 15 No |
Post New Answer View All Answers
Why malloc is faster than calloc?
what is reason of your company position's in india no. 1.
Explain what are the advantages and disadvantages of a heap?
Is main is a keyword in c?
Write a program to use switch statement.
What is the difference between variable declaration and variable definition in c?
What are the features of the c language?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Is c dynamically typed?
What are the types of type qualifiers in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is the auto keyword good for?
code for find determinent of amatrix
What are the characteristics of arrays in c?
What is signed and unsigned?