Explain the properties and principles of oop.
No Answer is Posted For this Question
Be the First to Post Answer
Write about all the implicit member functions of a class?
which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS IN ADVANCE
What are the basics of classifying different storage types, why?
2 Answers Astergate, Symphony,
Is it possible to use a new for the reallocation of pointers ?
1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v
What is a terminating character in c++?
How do I tokenize a string in c++?
Explain abstraction.
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Why was c++ created?
What is the difference between the indirection operator and the address of oper-ator?
What are the different types of variables in C++?