Answer Posted / supercool
For dealing with different types of data(e.g. int, float, char,etc.)at a time, C provides a data type called ‘structure’. A structure gathers together, different atoms of information that comprise a given entity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of sprintf?
Which node is more powerful and can handle local information processing or graphics processing?
What is the difference between NULL and NUL?
When can a far pointer be used?
What is the mean of function?
What is meant by 'bit masking'?
What are the 4 types of organizational structures?
What is the condition that is applied with ?: Operator?
What is an lvalue in c?
Why we write conio h in c?
Explain how can a program be made to print the name of a source file where an error occurs?
What is the purpose of realloc()?
How can I get random integers in a certain range?
Tell me when is a void pointer used?
What are pointers in C? Give an example where to illustrate their significance.