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 null pointer and void pointer?
What are the differences between new and malloc?
Why c++ is better than c language?
What is setw manipulator in c++?
Why c++ is created?
Write about the scope resolution operator?
Define linked lists with the help of an example.
Explain what are mutator methods in c++?
Write a program to find the Factorial of a number
Is it possible to get the source code back from binary file?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is the difference between structures and unions?
What is the use of :: operator in c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
what are function pointers?