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
Which is the best c++ software?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Why is it necessary to use a reference in the argument to the copy constructor?
Write the program for fibonacci in c++?
What is implicit pointer in c++?
Should a constructor be public or private?
Which compiler does turbo c++ use?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What is name hiding in c++?
What is a flag in c++?
What are punctuators in c++?
Can you please explain the difference between static and dynamic binding of functions?