What are annotations? What are assertions? why they are used
why not if-else?? what is normalization? what is QuickSort?
what are Avl trees?
Discuss about WAP architecture in detail.
My system suddenly get off,when i try to power on then it does not work but when i open it and clean RAM and insert it again, it power on.but after some day same problem? please give the answer (i have also changed RAM it's new.)
what is the use of fact tables in your banking project doveleped with teradata?
What are the main differences between the engines in jet fighters and the engines in jet airliners; which type of engine is the more efficient, and (qualitatively) why?
write a c program which accept input as:Anu.B.Kapur and give out as:Kapur.A.B using pointers
Hi I am Krushna.I have already applied for PO post in Syndicate Bank.Can anybody send me the sample paper for Syndicate bank PO.
what is the difference between physical address and logical address?
Explain Belady's Anomaly.
the gravity variation on to the earth depends upon ......... what factors .. how they effect the all other parameters ........in case of body moving in up wards and as well as downwards.........
Write a program to maintain a singly linked list having the following functions: a) Creation of the list b) Displaying the list. c) Swap all nodes at consecutive even odd positions. E.g.: The nodes at position 1 should be swapped with node 2, node 3 with node 4 and so on.
i have applied for junior engg. signal II please send me questions papers for it
any one help me how the following program execute main() { int x=5; printf("%d %d %d",x,x<<3,x>>2); } //output : 5 40 1