Answer Posted / debayan mitra
The full form of C is combined language. It came as an
offspring of BCPL(Basic Combined programming language).
C is used to develop software.
| Is This Answer Correct ? | 8 Yes | 14 No |
Post New Answer View All Answers
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Why is c not oop?
What is bin sh c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What are the string functions? List some string functions available in c.
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Can we change the value of constant variable in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Explain function?
Explain what is dynamic data structure?
Which is better oop or procedural?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
what is the different bitween abap and abap-hr?
How can you draw circles in C?