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
When does a 'this' pointer get created?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
What is a protocol class?
What is the main use of c++?
Can a program run without main in c++?
What is the C-style character string?
Why is c++ is better than c?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What does #define mean in c++?
differance between copy & clon
What are the manipulators in c++?
Distinguish between a # include and #define.