main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}

Answer Posted / shiva

2 2 2

Is This Answer Correct ?    12 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is line in c preprocessor?

605


What are logical errors and how does it differ from syntax errors?

643


Why do we use main function?

626


swap 2 numbers without using third variable?

653


In which header file is the null macro defined?

839






I have seen function declarations that look like this

587


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

636


What is volatile c?

510


Explain a file operation in C with an example.

650


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1700


what is the difference between class and unio?

1853


Is it possible to use curly brackets ({}) to enclose single line code in c program?

780


Add Two Numbers Without Using the Addition Operator

348


What is the purpose of sprintf() function?

589


What is wrong with this program statement?

600