What are the 4 data types?


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

Post New Answer

More C Interview Questions

What is queue in c?

0 Answers  


what is pointer?

4 Answers  


What is the use of bit field?

0 Answers  


What will happen when freeing memory twice

2 Answers  


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


What is the heap in c?

0 Answers  


main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }

2 Answers  


What do you understand by normalization of pointers?

0 Answers  


What is the purpose of main( ) in c language?

0 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


What is nested structure with example?

0 Answers  


Explain how can I avoid the abort, retry, fail messages?

0 Answers  


Categories