main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?
Answer Posted / animesh_chakraborty
answer is:124
i compiled it and it has shown this result .
i thing it is correct answer.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Explain how do you generate random numbers in c?
What are loops in c?
What is pre-emptive data structure and explain it with example?
Define Array of pointers.
What are the types of pointers in c?
Explain how can you restore a redirected standard stream?
What is return type in c?
What is a program flowchart?
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?
Explain what does it mean when a pointer is used in an if statement?
Can the sizeof operator be used to tell the size of an array passed to a function?
Tell us two differences between new () and malloc ()?
What is a static variable in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What are the types of c language?