i got visa to 1 university..for spring 11.. can i change my visa to another uni before leaving india?
what is level 2 automation?
what is distribution board?
Hi, I am a FI consultant with 1.6 yrs experience..can anybody help me to learn CIN FI part..mail me if u have any documents related to that..rajendranmba@gmail.com....thanks.
What type of entry after consignment business starting?
What is the entry done partner ship Deed?
what is the difference between surge protection capacitor and surge arrestor
by gods grace am short listed for apsrtc tst exam please send me interview questions
what is unit testing?tell me proceedure
how can i settle the party ac with cr & dr
how to get the oracle certification? send me the answer
how many men days of loburs and masons are requirete for 1 cum,pcc (1:2:4),Pcc(1:3:6) and Pcc(1:4:8) thanking you
hi i am final year student pursuing m.pharmacy, i need some details related to drug inspector post & if u have please send to my mail id anju.garg53@gmail.com
Write a program in āCā language that will perform the following operation on static stack. 1. push 2. pop 3. Display 4. Exit Create separate functions for each operation. The push() should accept one argument of structure type and will not return any thing. The pop() function will not receive any argument & return structure type value. The stack & top must be declare as external variable. Each element of stack 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
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