<<= Back Next =>>
You Are On Multi Choice Question Bank SET 468

23401. Which of the following statements are correct about the below program? #include<stdio.h> int main() { int i = 0; i++; if(i <= 5) { printf("IndiaBIX\n"); exit(0); main(); } return 0; }


23402. Coloumb is the unit of





23403. Which of the following statements are correct about the below C-program? #include<stdio.h> int main() { int x = 10, y = 100%90, i; for(i=1; i<10; i++) if(x != y); printf("x = %d y = %d\n", x, y); return 0; } 1 : The printf() function is called 10 times. 2 : The program will produce the output x = 10 y = 10 3 : The ; after the if(x!=y) will NOT produce an error. 4 : The program will not produce output.





23404. Which of the following has been awarded with the Wan-Ifra award of the year?





23405. Which of the following sentences are correct about a for loop in a C program? 1: for loop works faster than a while loop. 2: All things that can be done using a for loop can also be done using a while loop. 3: for(;;); implements an infinite loop. 4: for loop can be used if we want statements in a loop get executed at least once.





23406. Fill up the blanks from the choices given: He arrived ———— than I.





23407. Which of the following statements are correct about the below program? #include<stdio.h> int main() { int n = 0, y = 1; y == 1 ? n=0 : n=1; if(n) printf("Yes\n"); else printf("No\n"); return 0; }





23408. The first coast guard station of Kerala is in





23409. Which of the following sentences are correct about a switch loop in a C program? 1: switch is useful when we wish to check the value of variable against a particular set of values. 2: switch is useful when we wish to check whether a value falls in different ranges. 3: Compiler implements a jump table for cases used in switch. 4: It is not necessary to use a break in every switch statement.





23410. In a p-type semiconductor, majority charge carriers are





23411. A short integer is at least 16 bits wide and a long integer is at least 32 bits wide.



23412. What was the muscot for 34th National Games?





23413. If scanf() is used to store a value in a char variable then along with the value a carriage return(\r) also gets stored it.



23414. The institution of Varna appeared in the





23415. The modulus operator cannot be used with a long double.



23416. The author of the book ‘Portrait of a Lady’ is?





23417. A char variable can store either an ASCII character or a Unicode character.



23418. Which one of the following contains ‘Gayathri Mantra’ ?





23419. The way the break is used to take control out of switch and continue to take control of the beginning of the switch?



23420. Use suitable prepositions: The book you are looking —— is here.





23421. Can we use a switch statement to switch on strings?



23422. Where is the headquarters of ECLAC?





23423. We want to test whether a value lies in the range 2 to 4 or 5 to 7. Can we do this using a switch?



23424. The word ‘Hindu’ as reference to the people of Hind (India) was first used by





23425. By default, the data type of a constant without a decimal point is int, whereas the one with a decimal point is a double.



23426. f-block elements are also called





23427. How many times "IndiaBIX" is get printed? #include<stdio.h> int main() { int x; for(x=-1; x<=10; x++) { if(x < 5) continue; else break; printf("IndiaBIX"); } return 0; }





23428. The highest price a buyer is willing to pay for a stock is called ------





23429. How many times the while loop will get executed if a short int is 2 byte wide? #include<stdio.h> int main() { int j=1; while(j <= 255) { printf("%c %d\n", j, j); j++; } return 0; }





23430. Sharada Act deals with





23431. Which of the following is not logical operator?





23432. The first Environmental Movement in India?





23433. In mathematics and computer programming, which is the correct order of mathematical operators ?





23434. The Tennis court oath is related to





23435. Which of the following cannot be checked in a switch-case statement?





23436. .......... was the first Portuguese viceroy in Kerala





23437. The line that separates atmosphere and outer space.





23438. The only open jail in Kerala is in?





23439. The source of the blue gem stone, lapis lazuli, for the people of Harappan culture was





23440. Biggest Pookalam which won guiness world record in 2010 was made at





23441. Sufi sect developed in the religion





23442. The ratio of pure gold in 18 carat gold is





23443. The winner of the first Ezhuthachan Puraskar ?





23444. The process of adding impurity atoms in a semiconductor is called





23445. In which state of India is the largest river island Majuli?





23446. In which of the following periods, the mighty Himalayas were formed?





23447. By default a real number is treated as a





23448. When the days and nights are equal in both the hemispheres of the Earth, it is called





23449. Which of the following is not user defined data type? 1 : struct book { char name[10]; float price; int pages; }; 2 : long int l = 2.35; 3 : enum day {Sun, Mon, Tue, Wed};





23450. Fill up the blanks with the choices given: I met him ——— Monday.





<<= Back Next =>>
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions