What kind of structure is a house?



What kind of structure is a house?..

Answer / Namita Rai

A house isn't a type of structure in C programming language. A house is a physical structure, not a data structure.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What will be the output of x++ + ++x?

20 Answers   MBT, Religare,


when to use : in c program?

2 Answers  


How to write a code for reverse of string without using string functions?

1 Answers   TCS,


Is null always defined as 0(zero)?

1 Answers  


what does ‘segmentation violation’ mean?

1 Answers  


What is a keyword?

1 Answers  


struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


Tell me can the size of an array be declared at runtime?

1 Answers  


differnce between do and do while

3 Answers   DOEACC,


Is calloc better than malloc?

1 Answers  


What is use of #include in c?

1 Answers  


Categories