What is sizeof int?


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

Post New Answer

More C Interview Questions

What is array within structure?

0 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


#define d 10+10 main() { printf("%d",d*d); }

6 Answers  


what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }

6 Answers   Microsoft,


what is the use of a array in c

6 Answers  


What is exit() function?

0 Answers  


What are the 3 types of structures?

0 Answers  


simple program of graphics and thier outpu display with a want what is out put of graohics in c language

1 Answers   CSC, HCL,


Write a program to check palindrome number in c programming?

0 Answers  


Why c is faster than c++?

0 Answers  


write a programe returns the number of times the character appears in the string

2 Answers  


Write a program to reverse a given number in c?

0 Answers  


Categories