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
When you overload member functions, in what ways must they differ?
Are strings immutable in c++?
Write a program using display() function which takes two arguments.
How is objective c different from c++?
What is the difference between a template and a macro?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
How is new() different from malloc()?
Is dev c++ a good compiler?
What does it mean to declare a member function as static?
What are c++ templates used for?
What is c++ programming language?
What are static type checking?
How do I download c++?
How the programmer of a class should decide whether to declare member function or a friend function?