What is c++ runtime?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

how to swap two numbers with out using temp variable

12 Answers   Global eProcure, TCS,


What are guid? Why does com need guids?

0 Answers  


What is meant by a delegate?

0 Answers  


What is scope resolution operator in c++ with example?

0 Answers  


Explain shallow copy?

0 Answers  






Can we make copy constructor private in c++?

0 Answers  


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.

0 Answers  


What is a dangling pointer in c++?

0 Answers  


Why should we use null or zero in a program?

0 Answers  


What does it mean to declare a member variable as static?

0 Answers  


Is c++ vector a linked list?

0 Answers  


Explain deep copy?

0 Answers  


Categories