Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
1177the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
1121An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
1184What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
1074What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
1050What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
1288Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
1097Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
1073
Is javascript written in c?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Is ruby a dying language?
What is pure virtual function? Or what is abstract class?
What does file flush mean?
What is anonymous (lambda) function in scala?
How to search data from database in codeigniter?
Is magento 1.9 still supported?
what is difference between PHP4 , PHP5
How to Create a custom TInplaceEdit for TDBGrid ?
What is difference between match & search in regex module in python?
What is Category Manager?
What are objects in python?
What is void pointers in c?
Is objective c the same as c++?