Answer Posted / raju
ds is a collection of data elements and arranhed aspcific
manner
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
When should we use pointers in a c program?
What are file streams?
c program for searching a student details among 10 student details
Explain how can I right-justify a string?
Explain how do you generate random numbers in c?
What is a sequential access file?
How can I trap or ignore keyboard interrupts like control-c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Explain the properties of union.
Give basis knowledge of web designing ...
Explain what is the benefit of using an enum rather than a #define constant?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
regarding pointers concept
What is #ifdef ? What is its application?