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


Please Help Members By Posting Answers For Below Questions

Why do we use classes in programming?

578


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

1512


What does n mean in c++?

632


What is static in c++?

596


When is dynamic checking necessary?

604






What are the advantages of using typedef in a program?

642


What is virtual function? Explain with an example

589


What is difference between malloc()/free() and new/delete?

648


What are the new features that iso/ansi c++ has added to original c++ specifications?

588


What is meant by a delegate?

608


Is rust better than c++?

607


What is conditions when using boolean operators?

604


What is protected inheritance?

602


Explain queue. How it can be implemented?

676


Is c++ a dying language?

587