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 |
What is the purpose of template?
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.
What are c++ data types?
what is C++ objects?
What are the techniques you use for debugging?
structure contains int, char, float how it behaves for big endian and little endian?
Which ide is best for c++?
Is c++ a good first language to learn?
Will rust take over c++?
What would happen on forgetting [], while deallocating an array through new?
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?
Shall we use 'free' to free memory assigned by new, What are the further consequences??