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 11861what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
HCL,
2 7293How 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 6993In 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 15362What 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 15300Would 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 6721To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
4 10012
Is int a keyword in c?
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
How do you determine the length of a string value that was stored in a variable?
Differentiate between null and void pointers.
What sized websites have you worked on in the past?
hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern
Write a program using while loop?
Tell me how do I redirect users back to my blog's main page after they login?
What is the length of your largest python code? Can you please describe the project?
What is difference between static and final in php?
How do I download a file over http using python?
How to add / link an images/css/javascript from a view in ci?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
write a program to find out prime number using sieve case?
What is the difference between object { } block and companion object { } code block in Kotlin?