how many trys can we write in one class
Answers were Sorted based on User's Feedback
Answer / sreedevi.m0966
many. we cant write try in try but we can write man trys in
one class
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / anup
Number of try statement can be write in one class according
to our need.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nagenpresearch
You can use many numbers of try in a single class according to your requirment
| Is This Answer Correct ? | 1 Yes | 0 No |
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Define what is constructor?
When must you use a pointer rather than a reference?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What do you know about near, far and huge pointer?
What is the c++ code?
How the compilers arranges the various sections in the executable image?
Search for: what is pair in c++?
Why Pointers are not used in C++?
What do nonglobal variables default to a) auto b) register c) static
Which is the best c++ compiler for beginners?
What is a local reference?