Q.1.
Array elements are always stored in _________ memory locations.
Q.2.
Is right way to Initialization array?
Q.3.
Is an array?
Q.4.
Of the following shows the correct hierarchy of arithmetic operations in C
Q.5.
C variable cannot start with
Q.6.
Programs are converted into machine language with the help of
Q.7.
Language developed at _____?
Q.8.
Short testarray[4][= { {1}, {2,3}, {4,5,6}}; printf("%d", sizeof(testarray)); Assuming a short is two bytes long, what will be printed by the above code?
Q.9.
"My salary was increased by 15%" Select the statement, which will EXACTLY reproduce the line of text above.
Q.10.
What is the difference between a declaration and a definition of a variable?