What is array in c++ example?
No Answer is Posted For this Question
Be the First to Post Answer
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is the benefit of c++?
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring
Give 10 points of differences between C & C++.
Types of storage and scope of each type
What are the advantages of c++?
Which c++ compiler is best?
Describe delete operator?
How do you clear a map in c++?
Difference between shift left and shift right?