What is the best way to declare and define global variables?
No Answer is Posted For this Question
Be the First to Post Answer
What is the basic concept of c++?
What are files in c++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is split a string in c++?
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Explain the auto storage classes in c++.
Why pointer is used in c++?
What is function prototyping?
What is the use of class in c++?
Which is better c++ or java?
Can member functions be private?