The number of bytes of storage occupied by short, int and long are

a) 2, 2 and 4

b) 2, 4 and 4

c) 4, 4 and 4

d) none


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā€œ%d\nā€,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 Answers  


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


no consistent academics. how to answer the question

0 Answers  


What is getch () for?

0 Answers  


in malloc and calloc which one is fast and why?

1 Answers  






What functions are in conio h?

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 Answers  


without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,


why program counter is 16 bit?

3 Answers  


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  


What is an endless loop?

0 Answers  


what is an array

5 Answers  


Categories