what is the full form of c language
Answer Posted / varanasi malikarjun
May be this language name suited for Compile language. Why because this language is gateway of the all languages. So, we can accept this name as compile language.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Define Array of pointers.
What is the best way of making my program efficient?
int far *near * p; means
to find the closest pair
why programs in c are running with out #include
What does %d do in c?
What is difference between static and global variable in c?
What is scope rule in c?
How can this be legal c?
What is the difference between if else and switchstatement
What are the features of the c language?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
how should functions be apportioned among source files?
Explain what is a program flowchart and explain how does it help in writing a program?
Can we replace the struct function in tree syntax with a union?