main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?

Answer Posted / manne ranjith

2 2 2

I compiled this in system,this is correct answer.check it
once...............

Is This Answer Correct ?    18 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are preprocessor directives?

627


Can static variables be declared in a header file?

618


Differentiate between null and void pointers.

631


Do you have any idea how to compare array with pointer in c?

603


What is identifier in c?

543






Why does everyone say not to use gets?

608


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

685


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

815


How can I manipulate individual bits?

608


What is variable declaration and definition in c?

503


What is the use of function in c?

713


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

613


Whats s or c mean?

593


Explain built-in function?

593


Why is c not oop?

539