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
Do vectors start at 0?
Should I learn c or c++ first?
What is public, protected, private in c++?
Mention the purpose of istream class?
Is arr and &arr are same expression for an array?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Distinguish between a # include and #define.
What is function declaration in c++ with example?
What it is and how it might be called (2 methods).
Why is c++ difficult?
What are smart pointers?
What is const pointer and const reference?
Does c++ have foreach?
Specify different types of decision control statements?
What is #include iomanip?