Describe about storage allocation and scope of global, extern, static, local and register variables?
1301Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
1061How do you declare A pointer to function which receives an int pointer and returns a float pointer
1281Post New C++ General Questions
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Explain what are mutator methods in c++?
Can I learn c++ as my first language?
What is #include math h in c++?
what is a reference variable in C++?
What are single and multiple inheritances in c++?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is ios class 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.
What is code reusability in c++?
What is split a string in c++?
What is enum class in c++?
What is the best book for c++ beginners?
Will this c++ program execute or not?
What do you mean by ‘void’ return type?