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

Why are pointers not used in c++?

0 Answers  


Is c++ still being used?

0 Answers  


Why are arrays usually processed with for loop?

0 Answers  


Explain what you mean by a pointer.

0 Answers   TCS,


Describe the setting up of my member functions to avoid overriding by the derived class?

0 Answers  


Please post the model question paper of hal?

2 Answers  


Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program

1 Answers  


Explain public, protected, private in c++?

0 Answers  


Describe the main characteristics of static functions?

1 Answers  


Is there a c++ certification?

0 Answers  


Can a function take variable length arguments, if yes, how?

0 Answers  


What is an Object/Instance?

1 Answers  


Categories