What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / abbas ali
c
b'cause it is procedur based and we dont have to deal with
objects....
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain static and dynamic memory allocation with an example each.
How are Structure passing and returning implemented by the compiler?
why is iostream::eof inside a loop condition considered wrong?
Do vectors start at 0 c++?
What is a stack? How it can be implemented?
What c++ is used for?
What are the steps in the development cycle?
What are punctuators in c++?
What is pointer with example?
When do we use copy constructors?
Explain what are accessor methods?
Why is c++ still used?
Write a program to add three numbers in C++ utilizing classes.
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Comment on local and global scope of a variable.