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



What are the total number of lines written by you in C/C++? What is the most complicated or valuab..

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

What are the total number of lines written by you in C/C++? What is the most complicated or valuab..

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

Post New Answer

More C++ General Interview Questions

What is the purpose of template?

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


What are c++ data types?

0 Answers  


what is C++ objects?

0 Answers  


What are the techniques you use for debugging?

1 Answers   Adtran,


structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,


Which ide is best for c++?

0 Answers  


Is c++ a good first language to learn?

0 Answers  


Will rust take over c++?

0 Answers  


What would happen on forgetting [], while deallocating an array through new?

0 Answers  


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

0 Answers  


Shall we use 'free' to free memory assigned by new, What are the further consequences??

5 Answers   Symphony,


Categories