Answer Posted / amit
the last node of the list will have address of first node
then it is a cycle linked list.
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
What math functions are available for integers? For floating point?
What are loops c?
Why are all header files not declared in every c program?
program for reversing a selected line word by word when multiple lines are given without using strrev
Explain how do you convert strings to numbers in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Why we use stdio h in c?
Can a local variable be volatile in c?
What is meant by 'bit masking'?
What are the string functions? List some string functions available in c.
What is a program?
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. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
Explain the process of converting a Tree into a Binary Tree.
What is the difference between array and pointer in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?