Why are pointers not used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a c++ map?
What's the order in which the local objects are destructed?
Define a nested class. Explain how it can be useful.
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
How do you sort a sort function in c++ to sort in descending order?
How to change constant values?
Is turbo c++ free?
Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
What is #include math h in c++?
How many ways are there to initialize an int with a constant?
What is a v-table?
Can I learn c++ without c?