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 / selvapriya
hi frnds...i think my ans is 2,2
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Explain what is gets() function?
what is ur strangth & weekness
How is a null pointer different from a dangling pointer?
What is this pointer in c plus plus?
What is the function of volatile in c language?
What is void pointers in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
what is the different bitween abap and abap-hr?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What do you mean by a sequential access file?
What is array in c with example?
What are pointers in C? Give an example where to illustrate their significance.
What are pointers? What are stacks and queues?