Answer Posted / jarke
Data structure is an organized way of storing and
retrieving data or information that includes different
methods like queues,stack,link list,tree etc.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
write a program to display all prime numbers
How can I trap or ignore keyboard interrupts like control-c?
What does the c preprocessor do?
Explain what is wrong with this statement? Myname = ?robin?;
Explain 'bus error'?
Explain 'far' and 'near' pointers in c.
Explain why c is faster than c++?
What is the meaning of 2d in c?
When is the “void” keyword used in a function?
What is #ifdef ? What is its application?
What is the right type to use for boolean values in c?
Do pointers need to be initialized?
What is a newline escape sequence?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is the process to generate random numbers in c programming language?