What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / bari
C is the most strongest programing language bcoz maximum
languages are develop from that language n their rules.
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Why are pointers used?
What are c++ stream classes?
Describe Trees using C++ with an example.
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is purpose of new operator?
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.
What does #define mean in c++?
What is c strings syntax?
What kind of jobs can I get with c++?
What is the sequence of destruction of local objects?
How does com provide language transparency?
Why do we use using namespace std in c++?
Can constructor be static in c++?
Describe private, protected and public?