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));}

Answers were Sorted based on User's Feedback



Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a..

Answer / guest

2 2

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More C Interview Questions

Is anything faster than c?

0 Answers  


Explain how do you print an address?

0 Answers  


struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

0 Answers   HCL,


main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }

4 Answers  






What is the best way of making my program efficient?

0 Answers  


What is ctrl c called?

0 Answers  


Explain built-in function?

0 Answers  


how to do in place reversal of a linked list(singly or doubly)?

3 Answers  


What are the various types of control structures in programming?

0 Answers  


Why doesnt long int work?

0 Answers  


Give a fast way to multiply a number by 7

15 Answers   Accenture, Aricent, Microsoft,


Categories