What is sizeof int in c?


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

Post New Answer

More C Interview Questions

What is strcpy() function?

0 Answers  


What is the best organizational structure?

0 Answers  


we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 Answers  


What is Lazy evaluation in C? Give an example.

1 Answers  


what is data structure?

5 Answers   CBSE,






what are the files which are automatically opened when a c file is executed?

3 Answers  


Explain what is the most efficient way to store flag values?

0 Answers  


Why is c called a mid-level programming language?

0 Answers  


write a program to find the given number is prime or not

2 Answers   Accenture, Vasutech,


int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

10 Answers   Wipro,


What do you mean by a sequential access file?

0 Answers  


What is preprocessor with example?

0 Answers  


Categories