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
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is the use of c language in real life?
while initialization of array why we use a[][2] why not a[2][]...?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Simplify the program segment if X = B then C ← true else C ← false
What does & mean in scanf?
Tell me the use of bit field in c language?
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 a buffer in c?
What are the different types of C instructions?
What are the types of operators in c?
How do you initialize pointer variables?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is meant by initialization and how we initialize a variable?
What is the collection of communication lines and routers called?