- Q What is introspectioncontext?
- Q How will you truncate a file using node?
- Q Who of the following was selected for 2017 Harivarasanam award? A. Gangai Amaran B. M.G. Sreekumar C. K S Chitra D. K.J. Yesudas
- Q Witnesses have a duty to tell the prosecutor about any past problems in their professional background that could be used to discredit them. (A)True (B)False
- Q What is the output of print list[2:] if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]
- Q Sabin Award is given for the conservation of:
- Q Ice packed in saw doesn?t melt quickly. Why?
- Q What according to you is the sacrifice ratio?
- Q Name the eminent Iranian poet and women’s rights activist, also called the ‘Lioness of Iran’. Who passed away recently :
- Q Johann Ernst Hanxleden is popularly known in Kerala as:
- Q main(){ int i=1,j=2; switch(i){ case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }