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
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
Write a function that swaps the values of two integers, using int* as the argument type?
Difference between struct and class in terms of access modifier.
Keyword mean in declaration?
What are the advantages of prototyping?
Explain dangling pointer.
Declare a class vehicle and make it an abstract data type.
Is there structure in c++?
What is doubly linked list in c++?
How do you establish an is-a relationship?
What are the two shift operators and what are their functions?
What is function prototyping? What are its advantages?
Are there any special rules about inlining?
Is c++ a float?
Difference between overloaded functions and overridden functions