- Q What is a table generating function on hive?
- Q Is An Object A Class?
- Q Can't see a cd rom/some volumes do not appear
- Q What can you do for us that other candidates can't? or What makes you unique?
- Q Expand ISAS
- Q What is meant by negative converter group in a cyclo-converter?
- Q What is the approximate number of genes in the human being according to human genome project?
- Q In case of low memory if android closes a service forcefully, then will it restart automatically or user has to start it?
- Q What happens about the presence of the top-level element?
- Q What type of cables uses light waves to carry information at high speed?
- Q main(){ struct date; struct student{ char name[30]; struct date dob; }stud; struct date{ int day,month,year; }; scanf("%s%d%d%d", stud.rollno, &student.dob.day, &student.dob.month, &student.dob.year); }