What are advantages of C++ when comparing with C?
Answer Posted / kapil tyagi
c++ also have the advantage of allowing you to redeclare variables in the midst of code and one line comment...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many different levels of pointers are there?
What do you mean by const correctness?
What is c++ course?
Difference between inline functions and macros?
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.
Program to check whether a word is a sub-string or not of a string typed
Explain queue. How it can be implemented?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Which software is best for coding?
Why c++ is called oop?
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
Explain what are mutator methods in c++? How do c++ struct differs from the c++ class? Why cstdlib is used in c++? Can circle be called an ellipse?