What is c preprocessor mean?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
What are disadvantages of C language.
What is const volatile variable in c?
What is the best way to store flag values in a program?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Write a progarm to find the length of string using switch case?
What is formal argument?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Dont ansi function prototypes render lint obsolete?
What is the difference between ++a and a++?
Between macros and functions,which is better to use and why?