Is C++ case sensitive
a) False
b) Depends on implementation
c) True
No Answer is Posted For this Question
Be the First to Post Answer
Mention the purpose of istream class?
Is c++ slower than c?
Define friend function.
Can a program run without main in c++?
Is oops and c++ same?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
What is a mutable member?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is the latest version on c++?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
What is function overriding?
Differentiate between a constructor and a method in C++.