STL (140)
OOPS (873)
C++ General (2409) Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
2639can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
4 6767why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
1 3268
When are exception objects created?
How to generate random numbers in C++ with a range?
What is the full form of dos?
What is the v-ptr?
Distinguish between new and malloc and delete and free().
What do you mean by funtion prototype?
What is class and object in oops?
What is cohesion in oop?
How does stack look in function calls? Write a recursive function call, how will the stack look like?
Explain the difference between static and dynamic binding of functions?
What is name mangling/name decoration?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is the purpose of extern storage specifier?
Explain shallow copy?