Answer Posted / amit
A set of data values and associated operations that are
precisely specified independent of any particular
implementation.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How will you delete a node in DLL?
What is a program flowchart and how does it help in writing a program?
What is #ifdef ? What is its application?
What is the process to generate random numbers in c programming language?
What is a volatile keyword in c?
Explain is it valid to address one element beyond the end of an array?
Describe dynamic data structure in c programming language?
What is a program flowchart and explain how does it help in writing a program?
Explain pointer. What are function pointers in C?
What is #include cctype?
What does *p++ do?
#include
What is zero based addressing?
What is the function of this pointer?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above