Answer Posted / suriya
Structures are the C equivalent of records. A structure type
is defined by
struct struct-name
{
type field-name;
type field-name; ...
}
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What's the best way of making my program efficient?
Explain what are the advantages and disadvantages of a heap?
Explain how do you override a defined macro?
why wipro wase
Why flag is used in c?
What is a void pointer? When is a void pointer used?
What is static and volatile in c?
What is getche() function?
What standard functions are available to manipulate strings?
What do you mean by Recursion Function?
Can static variables be declared in a header file?
difference between Low, Middle, High Level languages in c ?
What is identifier in c?
write a programming in c to find the sum of all elements in an array through function.