what is the self-referential structure?
Answer / sarika
A structure which contains a pointer to itself is called a
self-referential structure..
| Is This Answer Correct ? | 17 Yes | 2 No |
where can function pointers be used?
Write any data structure program (stack implementation)
What is a void * in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What does %2f mean in c?
Why does everyone say not to use gets?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
what is the syallabus of computer science students in group- 1?
What do you understand by friend-functions? How are they used?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
Write a program with dynamically allocation of variable.
find the minimum of three values inputted by the user