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 / guest
2 2
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is the difference between a string and an array?
what is the function of pragma directive in c?
What is the purpose of 'register' keyword?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What are types of preprocessor in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What are the valid places to have keyword “break”?
What is the g value paradox?
What are c preprocessors?
write a program to print data of 5 five students with structures?
what are enumerations in C
What does #pragma once mean?