Is c++ slower than c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the precedence when there is a global variable and a local variable in the program with the same name?
What methods can be overridden in java?
What do you know about friend class and friend function?
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
what is C++ objects?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is null pointer and void pointer and what is their use?
Which algorithm do you like the most? Why?
What is the best way to declare and define global variables?
How can you create a virtual copy constructor?
Is there a c++ certification?
What do you mean by pure virtual functions in C++? Give an example?