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 |
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
How will you delete a node in DLL?
write a c program to find largest of three numbers using simple if only for one time.
what is call by value and call by reference
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What are the salient features of c languages?
Find MAXIMUM of three distinct integers using a single C statement
Explain 'bit masking'?
how to find string length wihtout using c function?
What is variables in c?
What is the need of structure in c?