how many trys can we write in one class
Answer Posted / anup
Number of try statement can be write in one class according
to our need.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is constructor in C++?
Why are pointers not used in c++?
Do inline functions improve performance?
Distinguish between new and malloc and delete and free().
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Which function cannot be overloaded c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What do you mean by function pointer?
What are the manipulators in c++?
What is isdigit c++?
What is the advantage of c++ over c?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What are friend classes? What are advantages of using friend classes?
explain the reference variable in c++?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal