Answer Posted / kumar
c is a procedure oriented programming language.It is
developed by Dennis Ritchie in 1972. It is new innovation of
the computer programming language.
It is also the best standard computer programming language.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is meant by recursion?
What is echo in c programming?
Is there a way to switch on strings?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Do array subscripts always start with zero?
How is a structure member accessed?
When c language was developed?
Can math operations be performed on a void pointer?
What is structure in c definition?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What does == mean in texting?
Write a program to check palindrome number in c programming?
How will you find a duplicate number in a array without negating the nos ?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.