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 does #define mean in c++?
What are the advantages of c++?
What is ios in c++?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What are the two types of comments?
Is turbo c++ free?
What is the best c++ book?
What is the difference between the functions rand(), random(), srand() and randomize()?
What is c++ flowchart?
What is a sequence in c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is the operator in c++?
Write about the use of the virtual destructor?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Can comments be nested?