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 virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
6 11555what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
HCL,
2 7136How can i change the extension name like i have a page which name aboutme.php but i want to show it aboutme.php3 or aboutme.aspx?
3 6822In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
6 15038What is the output of the following code:
int v()
{
int m=0;
return m++;
}
int main()
{
cout<
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
6 15020Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
3 6573To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
4 9808
Is there a switch or case statement in python?
Why should I learn scala?
What is the use of 'using' declaration in c++?
What is the default time in seconds for which session data is considered valid?
What is the prefix of WordPress tables by default?
why we write function's implementation in .h file while developing the Web application through VC++?
Is session a cookie?
What is while loops?
What are packages in go programming?
Will ATL create all of the topological relationships within the topology layer?
Do you know the number of keywords in python? Why should you know them all?
How is python used in the real world?
Is python faster than matlab?
Where can I learn laravel?
How you can write multiline strings in go?