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
What does the ios::ate argument do?
Explain queue. How it can be implemented?
Is multimap sorted c++?
What is static function? Explain with an example
How can we check whether the contents of two structure variables are same or not?
How can you create a virtual copy constructor?
Write about the members that a derived class can add?
What are mutator methods in c++?
Write a program to interchange 2 variables without using the third one.
What is a static element?
What is polymorphism in c++? Explain with an example?
Why pointer is used in c++?
Is there finally in c++?
What is an adjust field format flag?
Can constructor be static in c++?