Answer Posted / vignesh1988i
whenever a structure is been pointed by the same structure
pointer which is the member of the same structure is called
as self referential structure....
thank u
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is dangling pointer in c?
What is page thrashing?
What is the use of static variable in c?
What is difference between array and structure in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
how to construct a simulator keeping the logical boolean gates in c
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Compare array data type to pointer data type
Write a code on reverse string and its complexity.
What is the scope of global variable in c?
What is memcpy() function?
What is a program flowchart?
What is the scope of an external variable in c?
In C programming, what command or code can be used to determine if a number of odd or even?