sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
NIIT,
1 3530In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
2387which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS IN ADVANCE
5 8920If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 8159Post New C++ General Questions
How do you establish a has-a relationship?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is polymorphism & list its types in c++?
Write about c++ storage classes?
Explain object slicing in c++?
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
Will 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
What is setbase c++?
Explain deep copy?
What is the difference between a declaration and a definition?
What are the implicit member functions of class?
What are c++ stream classes?
What is constant in c++ with example?
Differentiate between an inspector and a mutator ?
What is polymorphism in c++? Explain with an example?