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 |
How do you use a pointer to a function?
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
How can I manipulate strings of multibyte characters?
Which is best linux os?
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
What is the sizeof () operator?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is a macro?
What is the difference between formatted&unformatted i/o functions?
How can you tell whether a program was compiled using c versus c++?
How would you obtain the current time and difference between two times?