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 is the identity function in c++? How is it useful?
What is fixed in c++?
Using a smart pointer can we iterate through a container?
Explain the extern storage classes in c++.
Write a function to find the nth item from the end of a linked list in a single pass.
What is an object in c++?
What are the uses of typedef in a program?
What is the difference between while and do while loop?
Explain the concept of dynamic allocation of memory?
Which function cannot be overloaded c++?
Difference between declaration and definition of a variable.
What do you mean by “this” pointer?
Do vectors start at 0 c++?
how to connect with oracle 9i with server in socket program in c/c++
what is VOID?