Answer Posted / avinash
C IS A PROGRAMMING LANGUAGE.
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain what is the benefit of using an enum rather than a #define constant?
What is a newline escape sequence?
differentiate built-in functions and user – defined functions.
any "C" function by default returns an a) int value b) float value c) char value d) a & b
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is quick sort in c?
What are integer variable, floating-point variable and character variable?
What are c header files?
How many keywords (reserve words) are in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What are reserved words with a programming language?
What is unsigned int in c?
Who invented b language?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Does c have enums?