Question Bank - C Programming
http://ingenuitydias.blogspot.com/2016/08/question-bank-c-programming.html
1. We can insert pre written code in a C program by using #read #get #include #put Answer: Optio...
1. We can insert pre written code in a C program by using #read #get #include #put Answer: Optio...
1. What is the purpose of main() function? Answer:- main() is the user-defined function. main() is the first function in the program, wh...