Is a house a mass structure?


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

Post New Answer

More C Interview Questions

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 information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


difference between c and c++?

2 Answers  


1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.

4 Answers  


simple c program for 12345 convert 54321 with out using string

7 Answers   TCS,






int i=10; printf("%d %d %d", i, i=20, i);

0 Answers  


How can I sort a linked list?

0 Answers  


Is javascript based on c?

0 Answers  


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


what is the difference between unix os and linux os

4 Answers  


what is recursion in C

0 Answers   Cap Gemini,


Why is it that not all header files are declared in every C program?

0 Answers  


Categories