- Q Have you faced any failure in life? If yes, how did you overcome it?
- Q Negro people were native to which countries?
- Q ______ precedent is that which was created by a superior court, and must be followed by an inferior court. (A)Binding (B)Persuasive (C)Holding (D)Dictum
- Q Who won Davis Cup of Tennis 2015
- Q What's a good way to check for "close enough" floating-point equality?
- Q What's a block?
- Q If an officer member of a tenant unit is being administratively discharged, then jurisdiction for the member and the discharge belongs to (A)Tenant command (B)Host command
- Q Who was the first Chief Minister of AndhraPradesh, became the sixth President of India?
- Q The study of the origin and history of words
- Q #define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d ",x,y); swap2(x,y); printf("%d %d ",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; }
- Q What do you mean by static and local variable?