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 does the message "automatic aggregate intialization is an ansi feature" mean?
How can I send mail from within a c program?
how to write a c program to print list of fruits in alpabetical order?
What is data type long in c?
What is the auto keyword good for?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What is the benefit of using const for declaring constants?
What is structure in c definition?
What is calloc malloc realloc in c?
How to write c functions that modify head pointer of a linked list?
How to write a multi-statement macro?
What is adt in c programming?
What is the difference between printf and scanf )?