- Q What is the state bird of Uttar Pradesh?
- Q Who was the propounder of priciples of Panchsheel-
- Q What is private ?
- Q Write a program to print "hello world" without using semicolon
- Q A convex mirror makes a good rear-view mirror for a car. Why?
- Q World Fisheries Day was observed on ______:
- Q What number is A in the Abyssinian alphabet?
- Q Why do we use jquery?
- Q Key person responsible for the successful conduct of a meeting is ……………………
- Q Describe a situation in which you led a team.
- Q For the following program Convert (int A,var ,int B;int c) {A=10; B=4-; C=120; } Convert (inta,b,c) { <====== PASCAL PROGRAM a=1; b=4; c=12; }