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
Why we use conio h in c?
What is binary tree in c?
What are structures and unions? State differencves between them.
Define macros.
Explain the difference between malloc() and calloc() in c?
What does 1f stand for?
Are global variables static in c?
What is scanf () in c?
provide an example of the Group by clause, when would you use this clause
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What does volatile do?
What is the difference between malloc calloc and realloc in c?
What is the explanation for prototype function in c?
When should the const modifier be used?
can we have joblib in a proc ?