which is best institue to learn C/C++ IN AMEERPET OR
MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS IN ADVANCE
Answer Posted / teja
KALYAN IT SR NAGAR (AMMERPATE).
I am the old student of kalyan SIR.
ITS very good.
| Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
which of the following is not an secondary constant a) array b) real c) union
What are the effects after calling the delete this operator ?
How many ways can a variable be initialized into in C++?
Difference between Abstraction and encapsulation in C++?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Explain the difference between new() and malloc() in c++?
What is c++ and its uses?
What is an incomplete type in c++?
What are c++ files?
What happens when the extern "c" char func (char*,waste) executes?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is the use of 'this' pointer?
Can char be a number c++?
What is a storage class used in c++?
What is general format for a prototype?