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
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What does c mean in standard form?
Explain the use of #pragma exit?
What are types of structure?
What are different storage class specifiers in c?
What is main () in c language?
What are the 5 elements of structure?
What is calloc() function?
What is structure of c program?
What extern c means?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is "Duff's Device"?
Can we assign integer value to char in c?
What is the difference between procedural and functional programming?
What is a void pointer? When is a void pointer used?