What is class and example?
No Answer is Posted For this Question
Be the First to Post Answer
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
Definition of Object Oriented Programming in single line?
33 Answers Impact Systems, Q3 Technologies, TCS,
When is an object created and what is its lifetime?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Write a program to sort the number with different sorts in one program ??
What is class and example?
What is the difference between pass by reference and pass by value?
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
Write a program to get the binary tree.
Have you ever used threads?
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?