- Q How many countries explode the atom bomb before India?
- Q What type of government is ours?What is democracy?
- Q What is Kidney Transportation ?
- Q Indian signed a contract with a US company for Naval Patrol Aircraft in January 2009. What is the name of the company?
- Q What are customer/vendor tolerances. Why do they exist? Give an example.
- Q What was the most important public place in Mohenjodaro?
- Q How an ordinary citizen can contribute in reforming the political parties?
- Q What is Karnataka’s rank by GDP per capita?
- Q Billie Holiday, James Dean, Eva Peron, Janis Joplin - Common
- Q Dowry prohibited Act was passed by the Parliament in:
- Q Find the output for the following C program main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s ",p2); }