Answer Posted / sarika
A structure which contains a pointer to itself is called a
self-referential structure..
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What are the 5 types of inheritance in c ++?
What are the types of functions in c?
Why isnt any of this standardized in c?
How can I recover the file name given an open stream?
Here is a good puzzle: how do you write a program which produces its own source code as output?
When was c language developed?
How do you list a file’s date and time?
What are register variables? What are the advantage of using register variables?
Why isn't it being handled properly?
What is %d called in c?
What are the salient features of c languages?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What are static variables in c?
What is the use of define in c?
can anyone please tell about the nested interrupts?