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
Are strings immutable in c++?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
When does a name clash occur in c++?
What are pointers used for c++?
What is the best book for c++ beginners?
What is the difference between #import and #include in c++?
What is endianness?
What is the use of setprecision in c++?
What is #include iomanip?
When should we use multiple inheritance?
What do nonglobal variables default to a) auto b) register c) static
how to connect with oracle 9i with server in socket program in c/c++
what is the use of void main() in C++ language?
What is dev c++ used for?
In a function declaration, what does extern mean?