How can you be sure that a program follows the ANSI C standard?
where are auto variables stored? What are the characteristics of an auto variable?
Is c language still used?
What is atoi and atof in c?
How many identifiers are there in c?
What is indirection?
What is main () in c?
Why do we use int main instead of void main in c?
Differentiate between null and void pointers.
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Why is c called a structured programming language?
Explain the priority queues?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is 1f in c?