some of the general knowledge questions were asked
Which part of the eye is transplanted ?
a) cornea
b) retina
c) whole eye
Answer Posted / rahul verma
it's cornea,
retina and whole eye transplant is impossible
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
hi i am avinash ,i am doing ma b-tech(cse) final year and i have been detained for 2years due to attendance and i will be finished ma b-tech in 6 years ,plz tell me weather i will be eligible for government jobs like bhel, drdo,or any other private companies
what is the definition(body) of a default constructor in c++?
real time examples for basic concepts in oop
What is meant by relay & co-ordination at substation engineering ?
is there eligible for computer science engg students to write exams and how much percentage we want to attempt exam based on degree
What is CRC? the material will be used in electrical stampings.
Write a program to print Pattern 1) If user enters 3 1 2*3 4*5*6 4*5*6 2*3 1 2) If user enters 4 1 2*3 4*5*6 7*8*9*10 7*8*9*10 4*5*6 2*3 1
discuss the conditional formatting and advanced filtering features in MS-Excel with suitable example
Create an midp application which examines that a phone number which has enters is in the given format * Area code should be one of the following:040,041,050,0400,044
i have an interview in Qatar Petroleum. So please provide the all details abt safety management
what are differences b/w EIA 449 and EIA 530?
Please if anybody have Vizag Steel Entrance exam papers or atleast Pattern of exam.Then please forward to my email- id: :srikanth.avanthi@gmail.com
When to use Stub and Not So Stubby Area? 10. How to get the external routes without making area Not So Stubby?
why we use conio.h in c programming?
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