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
Explain what is output redirection?
What is a double c?
Explain what standard functions are available to manipulate strings?
Explain what will the preprocessor do for a program?
What is variable declaration and definition in c?
When should I declare a function?
Can we compile a program without main() function?
What is volatile variable in c?
Write a C program in Fibonacci series.
Is there a way to switch on strings?
Write a program that accept anumber in words
can anyone suggest some site name..where i can get some good data structure puzzles???
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Why do we need a structure?
What is realloc in c?