What are the total number of lines written by you in C/C++?
What is the most complicated or valuable program written in
C/C++?
Answer Posted / charan
since c,c++ is user friendly as well as medium level
language,free form language user can take his own space for
executing a program it may include printing along with
header files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the full form nasa?
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 use of void main() in C++ language?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Can a program run without main?
How did c++ get its name?
Difference between Abstraction and encapsulation in C++?
What are special characters c++?
What are c++ redistributables?
Should you pass exceptions by value or by reference?
Can comments be longer than one line?
What is abstraction c++?
Is java easier than c++?
What is virtual base class?
What is linked list in c++?