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
1215What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
1194Of 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
1161Would 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
1064Will 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
1099
How to do a locate on a non-indexed field?
What is meant by oops concept?
What is design pattern? Explain all including singleton pattern?
What is a navigation menu?
The file stdio.h, what does it contain?
How to Obtain a list of available BDE language drivers?
What is the value for this auto incremented field user_pri_id?
Do you always need a default constructor?
In which cases you don’t see plugin menu?
Tell me the use of // operator in python?
Do you know what is the default prefix of wordpress tables?
What do you mean by horizon in laravel 5?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What is buffer and example?
How do I make a static page in wordpress?