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++?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sahadev
depend upon the available memory in the ram,it may be one
line or more
| Is This Answer Correct ? | 5 Yes | 7 No |
Why should we use null or zero in a program?
Can you Mention some Application of C/C++?
What is c++ coding?
How many types of modularization are there in c++?
What is a container class?
Refer to a name of class or function that is defined within a namespace?
What is the purpose of templates in c++?
When does a name clash occur?
What is doubly linked list in c++?
Which c++ compiler is best?
Is there any problem with the following: char *a=NULL; char& p = *a;?
Can I learn c++ without c?