How many lines of code you have written for a single program?
Answer Posted / vijay kumar
from c program structure there should be atleast three lines
example like that
main()
{
}
there are no requard of header files
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can you link a c++ program to c functions?
What are function prototypes?
what is the difference between overloading & overriding? give example.
Is eclipse good for c++?
Can constructor be static in c++?
Can I learn c++ without knowing c?
What are the different types of polymorphism in c++?
Explain the difference between abstract class and interface in c++?
Do class declarations end with a semicolon? Do class method definitions?
Why is c++ awesome?
Does c++ support multilevel and multiple inheritances?
Write about all the implicit member functions of a class?
What is c++ similar to?
How do you generate a random number in c++?
what are the decision making statements in C++? Explain if statement with an example?