How many keywords are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is bitwise operator?
What is typedef?
What are .h files and what should I put in them?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Is c is a middle level language?
What is difference between structure and union in c?
What is storage class?
program to find the ASCII value of a number
What is void pointers in c?
What is non linear data structure in c?