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 / ipsit hota
declaration of variables in any code block
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is oop?
Define a conversion constructor?
What is a friend function in c++?
Who invented turbo c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What does ios :: app do in c++?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What is a v-table?
What are the defining traits of an object-oriented language?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Why is standard template library used?
Explain linked list using c++ with an example?
How do you generate a random number in c++?
What's the best free c++ profiler for windows?
What is the use of 'this' pointer?