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 |
what is the function of void main()?
how to construct a simulator keeping the logical boolean gates in c
What is identifiers in c with examples?
How can you determine the size of an allocated portion of memory?
What is header file in c?
What are local and global variables?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Why does the call char scanf work?
What is indirect recursion? give an example?
What is the scope of static variable in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
what is the difference between %d and %*d in c languaga?