Answer Posted / sidhartha
C is a procedural programming language.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
How do you write a program which produces its own source code as output?
What is array in c with example?
What is character constants?
Explain how can a program be made to print the line number where an error occurs?
How can I get back to the interactive keyboard if stdin is redirected?
What is the use of header files?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Why C language is a procedural language?
Does sprintf put null character?
Explain what are the different data types in c?
What is the maximum no. of arguments that can be given in a command line in C.?
What is the difference between arrays and pointers?
Why ca not I do something like this?
What is a constant and types of constants in c?
What are conditional operators in C?