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. How will you change the value of a constant variable in C? Answer: Constant can be changed by using the pointer. Initialize a pointe...
1.Identify the token pasting operator? a)+ b)++ c)# d)## ANSWER: D 2.What is the value of CAR in the following Statement? enum ve...