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 equivalent code of the following statement in WHILE LOOP format?
all c language question
what does exit() do?
writw a program to insert an element in the begning of a doubly linked list
What does the error message "DGROUP exceeds 64K" mean?
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
what is void pointer?
write a program for fibonaci series by using while loop in c?
what is the maximum limit of row and column of a matrix in c programming. in linux .
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
what is the different between data structure and data type?