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 |
What will be the output of x++ + ++x?
when to use : in c program?
How to write a code for reverse of string without using string functions?
Is null always defined as 0(zero)?
what does ‘segmentation violation’ mean?
What is a keyword?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Tell me can the size of an array be declared at runtime?
differnce between do and do while
Is calloc better than malloc?
What is use of #include in c?