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) What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
1210What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
1190Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
1434What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
1157Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
1062Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
1094
What is mvc in python?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What are the use of tuples in python?
Explain what are the attributes of category?
How you can do testing in go?
Difference between mysql_connect and mysql_pconnect?
What is meant by Laravel - Encryption ?
Which is the best c++ compiler for beginners?
What is the difference between void main and main in c?
Is php a float?
Is php 5 still supported?
Are enumerations really portable?
What do you think are the most difficult concepts to understand when learning drupal?
What is pure oop?
What are route groups?