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
Is turbo c++ free?
What is the header file for setw?
How many ways are there to initialize an int with a constant?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What is the difference between a class and a structure in C++?
What are function prototypes?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is flush programming?
difference between macro and function?
Shall we use 'free' to free memory assigned by new, What are the further consequences??
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
Is multimap sorted c++?