What are reserved words with a programming language?
What does dm mean sexually?
How can I recover the file name given an open stream?
What is pointers in c?
What will the preprocessor do for a program?
Is there any demerits of using pointer?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Who developed c language?
What is the difference between malloc() and calloc()?
What are the types of type qualifiers in c?
Explain how can you avoid including a header more than once?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
How do you define CONSTANT in C?
What type of function is main ()?
Why do we use int main instead of void main in c?