What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / g-c-r
Java is the strongest programming Language
| Is This Answer Correct ? | 22 Yes | 13 No |
Post New Answer View All Answers
What is difference between malloc()/free() and new/delete?
What is lambda expression c++?
Are c and c++ similar?
What is virtual function? Explain with an example
How does java differ from c and c++?
Is there a sort function in c++?
Write some differences between an external iterator and an internal iterator?
What is the type of this pointer in c++?
What is const in c++?
What is c++ 11 and c++ 14?
Out of fgets() and gets() which function is safe to use and why?
How static variables and local variablesare similar and dissimilar?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is the difference between *p++ and (*p)++ ?
List different attributes in C++?