What kind of structure is a house?


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

Post New Answer

More C Interview Questions

what is the difference between definition and declaration? give me some examples.

2 Answers   TCS,


what is the difference between 123 and 0123 in c?

0 Answers  


What is difference between class and structure?

0 Answers  


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

0 Answers   Microsoft,






4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


how to print this sereis 2 4 3 6 5..........?

3 Answers  


What are the disadvantages of external storage class?

0 Answers  


What is an endless loop?

0 Answers  


What are global variables and explain how do you declare them?

0 Answers  


#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.

8 Answers   IBM,


What are the preprocessors?

9 Answers   HP,


Categories