The graph K3,4 has how many edges.
Options:- 3,4,7,12
Answer Posted / smita
7
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
10. Write a program in āCā language that will perform the following operation on double link list. Each node of this list contains the address of previous as well as next node. The previous pointer of first node & next pointer of last node should contain null. 1. Creation of list with as many records as user want 2. Search a node in the list 3. Deletion at last position 4. Display 5. Exit Create separate functions for each operation. The create () will be used to create the list. It should accept no argument & return the address of the starting node. Search() will search a node in the list. It receives rollno as argument & return that node if found otherwise return null. The delete () function will delete the last node. It does not receive any argument & return structure type value at last position. The starting node of the double list must be declared as external pointer variable. Each element of double link list will contain the following information Roll No, Std Name, Course. Use do-while loop & switch case for generating the above menu. The format of the output should is given below: S.No. Roll No. Student Name Course 1 cse01 Anil Singh B.Tech
How to score well in examination of MCA(engg) december 2012? please reply soon........
What is The Need of Template?
1. what is the opportunity in hardware & networking in future? 2.how many courses r in networking that fulfill market requrment? 3.who is better for career MCSE or CCNA ,UNIX ?
CSS corp interview process and placement papers
What is ball bearing concept & its design.
If memory is allocated to a class,when object of the class is created then how do we use the abstract class methods.coz v cant create obj of abstract class, only reference is created,when the abstract class data and members got the space in memory??
what is locative information on web.........?
Define function ? Explain arguments in functions ?
in which website , i can able to get the electrical basics.?????????????
how to handle errors in fastload?
what is far pointer?
how convert the spiral model to prototype model ?
There are prime factors of two numbers a and b , write a program using this prime factors whether a is divisible by b?
how to initialize a pointer to an array?