You are on page 1of 1

"c","1","Which one is a not a key word ?

","int","switch","structure","structure"
"c","10","_________ byte of memory is allocated when a float is declared?.","1
byte","2 byte","4 byte","4 byte"
"c","2","Which one is an exit control loop?","for","while","do while","do while"
"c","3","__________ is a collection of similar datatype
elements?","union","array","structure","array"
"c","4","In a C expression, how is a logical AND represented?","@@","||","&&","&&"
"c","5","________ is the extension of C?",".c",".cpp",".net",".c"
"c","6","_________ is used to store address of a
variable.?","array","pointer","structure","pointer"
"c","7","Which one of the following is NOT a valid
identifier?","__ident","bigNumber","4a","4a"
"c","8","Dynamic binding is a result of --------
functions?","Virtual","Static","Member","Virtual"
"c","9","a=a+4 can be written as ________?","a+=4","a=+4","a+4","a+=4"
"c++","1","C++ was developed by _______________?","Dennis Ritchie","James
Gosling","Bjarnestroustrup","Bjarnestroustrup"
"c++","10","UML stands for?","Unique modeling language. ","Unified master
laqnguage","Unified modern language","Unified modeling language"
"c++","2","________ is the extension of C++?",".cpp",".c",".net",".cpp"
"c++","3","_________ is a keyword?","medium","short","high","short"
"c++","4","There is a class Student, Which one of the following is a valid
destructor for this class?.","Student();","~ Student();","int~
Student();","~Student();"
"c++","5","Which one of the following operator is a unary operator?","OR
( || )","AND ( &&)","XOR ( ^ )","XOR(^)"
"c++","6","A preprocessor directive is identified by _________
symbol?","#","{","(","#"
"c++","7","Which of the following operators can not be
overloaded?","new","delete","+=","+="
"c++","8","A function that calls itself is known as?","Iterative
function","Recursive function","Inline function","Recursive function"
"c++","9","Which of the following features of OOP is used to derive a class from
another?","Inheritance","Data hiding","Encapsulation","Inheritance"
"Java","1","Every statement in Java is terminated by a
____________?",";",":",".",";"
"Java","10","which is not a logical operator?","&&","==","!","!"
"Java","2","Java was developed by _______________?","James Gosling","Dennis
Ritchie","Patric Naughton","James Gosling"
"Java","3","__________ is a used for finding number of elements in an
array.?","length()","length","object.length()","length"
"Java","4","Java is an _____________ Language.?","Procedure Oriented","Object
Oriented","both","Object Oriented"
"Java","5","Packages are included in a java program using?","import","include","
insert","import"
"Java","6","________ is a valid variable name.?","3a","float","roll _no","roll_no"
"Java","7","In Java language there are _________ keywords?","48","34","59","48"
"Java","8","_________ contains only abstract methods?","abstract
class","interface","package","interface"
"Java","9","__________ is used for initialising an
object.?","class","destructor","constructor","constructor"

You might also like