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
1182the 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)
1075What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
1054What 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
1290Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
1102Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
1076
What is context in django ?
Are pointers integers in c?
How to send a object and its value to the garbage collection?
How do I create an objective c class in xcode?
What are the 3 types of sessions?
What is Nothing in Scala? What is Nil in Scala? What is the relationship between Nothing and Nil in Scala?
What is filter python?
Can you apply link and association interchangeably?
What is malloc() function?
How does java differ from c and c++?
What is difference between html and php?
Can we define a class within the interface?
Can we use clrscr in c++?
what is the use of Ctools in Drupal?
What is python web application framework?