Find the output?
void main()
{float a=2.0;
printf("\nSize of a ::%d",sizeof(a));
printf("\nSize of 2.0 ::%d",sizeof(2.0));}
Answer Posted / musa
Size of a ::4
Size of 2.0 ::8
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How will you write a code for accessing the length of an array without assigning it to another variable?
What is use of null pointer in c?
Do you know pointer in c?
Why c is faster than c++?
What is variable in c example?
Differentiate between a for loop and a while loop? What are it uses?
Difference between goto, long jmp() and setjmp()?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
How can I avoid the abort, retry, fail messages?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What is the easiest sorting method to use?
How we can insert comments in a c program?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Why does everyone say not to use gets?
Can you please explain the difference between syntax vs logical error?