What are global variables?
Is c dynamically typed?
Explain how can I prevent another program from modifying part of a file that I am modifying?
When should a type cast not be used?
What do header files do?
What is the purpose of ftell?
What is 2 d array in c?
What is the significance of c program algorithms?
How do I determine whether a character is numeric, alphabetic, and so on?
where are auto variables stored? What are the characteristics of an auto variable?
What is the difference between volatile and const volatile?
C language questions for civil engineering
Is array name a pointer?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What is storage class?