Answer Posted / p.saravanana
Data structure is a (computer science) the organization of
data (and its storage allocations in a computer)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is exit() function?
how can f be used for both float and double arguments in printf? Are not they different types?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What are multidimensional arrays?
Subtract Two Number Without Using Subtraction Operator
What is storage class?
What is the use of ?
Is it better to use malloc() or calloc()?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is wrong with this statement? Myname = 'robin';
In C language, a variable name cannot contain?
What is signed and unsigned?
What are external variables in c?
How are Structure passing and returning implemented by the complier?
How #define works?