What is output for the following in a C Compiler?
float a = 3.14;
charc = 'A';
printf(" %d", sizeof(3.14));
printf(" %d", sizeof('A'));
printf(" %d",sizeof(a));
printf(" %d",sizeof(c));
What is output for the following in a C Compiler?
float a = 3.14;
charc = 'A';
printf(" %d", sizeof(3.14));
printf(" %d", sizeof('A'));
printf(" %d",sizeof(a));
printf(" %d",sizeof(c));
praWIN
i think 4 4 1 1 but i find some more accuracy when we use value directly so it may store upto some more extent. tell me answer.
Nachithe entha riskaina chesta
okkasari fix ayithe naa maata nene vinanu
HI,
My answer is 8141.I am having only c compiler not c++.Then why answer differs murari?Am i wrong?What is the correct answer?
Edited by: Rena
\"A GREAT PLEASURE IN LIFE IS DOING WHAT PEOPLE SAY YOU CANNOT DO\".
hey sorry
u r right
congrats
i am in some what bad mood to think upto that extent.
sorry
Nachithe entha riskaina chesta
okkasari fix ayithe naa maata nene vinanu
There are currently 1 users browsing this thread. (0 members and 1 guests)