What's the hardest coding language?
No Answer is Posted For this Question
Be the First to Post Answer
What is size of a object of following class? class Foo { public: void foo(){} }
What is a parameterized type?
What are iterators in c++?
What is a dll entry point?
Is python better than c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is the difference between a class and a structure in C++?
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??
Should you pass exceptions by value or by reference?
Is c++ a difficult language?
Do we have private destructors?