#include<stdio.h>
main(0
{
printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3));
}
Answer Posted / a.c.pattanaik
code is error due to declaration
if code is this
main()
{
printf("\n %d %d %d",sizeof(2),sizeof("a"),sizeof(2));
}
Ans-4 2 4
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Using which language Test cases are added in .ptu file of RTRT unit testing???
Is there a way to jump out of a function or functions?
What is strcmp in c?
Explain what is the difference between far and near ?
What are the storage classes in C?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Explain how can I manipulate strings of multibyte characters?
What is auto keyword in c?
Explain goto?
What is wrong with this code?
I have a varargs function which accepts a float parameter?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What’s a signal? Explain what do I use signals for?
What is realloc in c?
What is the difference between abs() and fabs() functions?