Is c++ faster than c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of register keyword with the variables?
What is meant by reference variable 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 does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is auto type c++?
Give example of a pure virtual function in c++?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What do you mean by late binding?
How is computer programming useful in real life?
What are the various storage classes in C++?
Why null pointer is used?