What is #include stdio h and #include conio h?
Explain c preprocessor?
Explain the difference between structs and unions in c?
Write a program for finding factorial of a number.
explain what are actual arguments?
What is the difference between printf and scanf )?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Why dont c comments nest?
Why array is used in c?
How do you write a program which produces its own source code as output?
How can you find out how much memory is available?
What is keyword in c?
What is call by value in c?
When is the “void” keyword used in a function?
What is the significance of an algorithm to C programming?