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
Can c++ do everything c can?
Is map sorted c++?
Is c++ the best programming language?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Can we sort map in c++?
What is constant in c++ with example?
What is class definition in c++ ?
How can we check whether the contents of two structure variables are same or not?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What is the difference between the compiler and the preprocessor?
How do I use turbo c++?
How to implement is-a and has-a class relationships?
Why is c++ still used?
What are structs in c++?
What is #include iostream in c++?