what is the meaning of 'c' language
Answers were Sorted based on User's Feedback
Answer / srinidhi
c=computer thats wt c language means computer language
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / varun kumar
C is the language which easy understand by the
machine.Because it is also called the machine language.it
convert the source code into object code then into machine
code.
| Is This Answer Correct ? | 2 Yes | 2 No |
Why c is called procedure oriented language?
What is const volatile variable in c?
What does != Mean in c?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
how to use virual function in real time example
Explain how do you generate random numbers in c?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
Why are algorithms important in c program?
What are actual arguments?
write a programming in c language, 1 3 5 7 9 11