main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
Answer Posted / molugu.ashwin
out put 4 2 4
| Is This Answer Correct ? | 16 Yes | 17 No |
Post New Answer View All Answers
What is the use of f in c?
What is use of integral promotions in c?
What is static function in c?
Explain what does the format %10.2 mean when included in a printf statement?
What is the advantage of an array over individual variables?
What are the advantages of using new operator as compared to the function malloc ()?
What is default value of global variable in c?
What are the basic data types associated with c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What does the file stdio.h contain?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is c standard library?
Explain what is the best way to comment out a section of code that contains comments?
When should a type cast not be used?
which type of aspect you want from the student.