Answer Posted / lokesh
ds is an organising of data
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do we declare variables in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What are the characteristics of arrays in c?
How can I insert or delete a line (or record) in the middle of a file?
What is the purpose of & in scanf?
difference between native and cross compilers
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What are multidimensional arrays?
What is data structure in c language?
Explain what happens if you free a pointer twice?
How can I get random integers in a certain range?
Is using exit() the same as using return?
Write a code on reverse string and its complexity.
What is the difference between Printf(..) and sprint(...) ?
How can I trap or ignore keyboard interrupts like control-c?