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
What is a null object in c++?
Explain the volatile and mutable keywords.
what is VOID?
How long does it take to get good at leetcode?
Differentiate between realloc() and free().
Should you pass exceptions by value or by reference?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What does flush do c++?
How to implement is-a and has-a class relationships?
When should we use multiple inheritance?
What is cin clear () in c++?
What are the various storage classes in C++?
What is runtime errors c++?
What is fflush c++?
What is the difference between ++ count and count ++?