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 3610In 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....
2423which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS IN ADVANCE
5 9072If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 8308Post New C++ General Questions
Explain function overloading
Is c++ the hardest language?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
How do you declare a set in c++?
Explain friend class?
Explain this pointer?
Why is it called c++?
Write a program which uses functions like strcmp(), strcpy()? etc
Is c++ proprietary?
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.
What is the operator in c++?
What are default parameters? How are they evaluated in c++ function?
What is the use of turbo c++?
Can I learn c++ without c?
Write a function that swaps the values of two integers, using int* as the argument type?