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

Answers were Sorted based on User's Feedback



what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of vari..

Answer / swetcha

declaration of variables in any code block

Is This Answer Correct ?    5 Yes 1 No

what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of vari..

Answer / ipsit hota

declaration of variables in any code block

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C++ General Interview Questions

Is turbo c++ free?

0 Answers  


What is the header file for setw?

0 Answers  


How many ways are there to initialize an int with a constant?

1 Answers  


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


What is the difference between a class and a structure in C++?

1 Answers  


What are function prototypes?

0 Answers  


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

0 Answers  


What is flush programming?

0 Answers  


difference between macro and function?

3 Answers  


Shall we use 'free' to free memory assigned by new, What are the further consequences??

5 Answers   Symphony,


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


Is multimap sorted c++?

0 Answers  


Categories