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
How to define structures? ·
Why is c fast?
How can I write functions that take a variable number of arguments?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is the newline escape sequence?
Explain what does a function declared as pascal do differently?
What is string constants?
What is anagram in c?
What's the difference between constant char *p and char * constant p?
Why is python slower than c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Is multithreading possible in c?
What is the use of sizeof () in c?
How can I remove the leading spaces from a string?