what is the diff b/n c and c++
a. dynamic scoping
b. nested switching
c. declaration of variables in any code block
d. separation of compilation and linking
Answer Posted / swetcha
declaration of variables in any code block
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is &x in c++?
What parameter does the constructor to an ofstream object take?
Which software is used to run c++ program?
Difference between struct and class in terms of access modifier.
Explain selection sorting?
What is istream c++?
Is c or c++ more useful?
What is increment operator in c++?
In the derived class, which data member of the base class are visible?
Array base access faster or pointer base access is faster?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Define upcasting.
what is data abstraction in C++?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Is c++ a programming language?