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

Answer Posted / guddu singh

112

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the two forms of #include directive?

644


what are the 10 different models of writing an addition program in C language?

1439


diff between exptected result and requirement?

1594


Are the outer parentheses in return statements really optional?

577


What is the difference between pure virtual function and virtual function?

652






What should malloc(0) do?

616


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

626


What is %g in c?

619


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1627


What are 'near' and 'far' pointers?

620


What is self-referential structure in c programming?

660


What does c value mean?

629


Write a program to print fibonacci series without using recursion?

610


In c language can we compile a program without main() function?

581


Explain what are preprocessor directives?

628