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
What are the benefits of organizational structure?
What is extern variable in c with example?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is the difference between strcpy() and memcpy() function in c programming?
Why main is used in c?
What are the different types of linkage exist in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Which is better oop or procedural?
What is string function in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is stack in c?
How can I dynamically allocate arrays?
What is a good data structure to use for storing lines of text?
What is a struct c#?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file