What does sizeof int return?


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

Post New Answer

More C Interview Questions

Can the size of an array be declared at runtime?

0 Answers  


Explain enumerated types in c language?

0 Answers  


write a program to add two numbers of any size.....(remember any size)

1 Answers  


What is the difference between %d and %*d in C

3 Answers  


do you think its fraud or original company?

0 Answers  


What the different types of arrays in c?

0 Answers  


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4

1 Answers   Mind Tree, TCS,


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


What is #ifdef ? What is its application?

0 Answers   TCS,


Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv

6 Answers   Accenture,


how to swap two nubers by using a function with pointers?

1 Answers  


Categories