#include<stdio.h>
main(0
{
printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3));
}
Answer Posted / ajay
syntax error
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Who is the main contributor in designing the c language after dennis ritchie?
what is reason of your company position's in india no. 1.
in linking some of os executables are linking name some of them
What does c mean?
Can we use any name in place of argv and argc as command line arguments?
What is structure of c program?
What are pointers? What are stacks and queues?
Why static variable is used in c?
What are valid signatures for the Main function?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Can you write the algorithm for Queue?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
How can I handle floating-point exceptions gracefully?
Explain how can you tell whether a program was compiled using c versus c++?