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 |
Write a program in c to print * * * * * *******
Code for calculating square root without using library function, of math.h
program for reversing a selected line word by word when multiple lines are given without using strrev
How can my program discover the complete pathname to the executable from which it was invoked?
Explain what are bus errors, memory faults, and core dumps?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
write a program which will count occurance of a day between two dates.
What is scope of variable in c?
what are brk, sbrk?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Difference between goto, long jmp() and setjmp()?
What is a C array and illustrate the how is it different from a list.