full solve bundle of papers in attachmenView more random threads:
- MGT502 Midterm Papers fall 2009
- Solved Paper PHY101 Physics Fall 2009 Final Term
- hrm611 mid term solve full paper 2011 virtual university of...
- FIN621 Financial Statement Analysis MIDTERM EXAMINATION...
- eco401 mid term solve paper 2011 virtual university of...
- latest paper eco401 mid term paper 2011
- Solved Paper Of MGMT611 Human Relations (alt. code=HRM611)...
- Entrepreneurship MGT 602 mid term Quiz Spring 2011
- HRM627- Human Resource Development (Session - 1) fall 2010...
- ACC501 Business Finance mid term solve paper spring 2011
Question No: 10 ( Marks: 1 ) - Please choose one
Which looping process is best, when the number of iterations is known?
► for
► while
► do-while
► all looping processes require that the iterations be known
Question No: 11 ( Marks: 1 ) - Please choose one
Which character is inserted at the end of string to indicate the end of string?
► new line
► tab
► null
► carriage return
Question No: 12 ( Marks: 1 ) - Please choose one
How many bytes are occupied by declaring following array of characters?
char str[] = “programming”;
► 10
► 11
► 12
► 13
Question No: 13 ( Marks: 1 ) - Please choose one
Which of the following header file defines the rand() function?
► iostream.h
► conio.h
► stdlib.h
► stdio.h
Question No: 14 ( Marks: 1 ) - Please choose one
Commenting the code _____________________
► Makes a program easy to understand for others.
► Make programs heavy, i.e. more space is needed for executable.
► Makes it difficult to compile
Sponsored Links
► All of the given options.
Question No: 15 ( Marks: 1 ) - Please choose one
What's wrong with this for loop?
for (int k = 2, k <=12, k++)
► the increment should always be ++k
► the variable must always be the letter i when using a for loop
► there should be a semicolon at the end of the statement
► the commas should be semicolons
Question No: 16 ( Marks: 1 ) - Please choose one
For which array, the size of the array should be one more than the number of elements in an array?
► int
► double
► float
► char
There are currently 1 users browsing this thread. (0 members and 1 guests)