what is the full form of c language
Answer Posted / vadivel t
There is no full form for C language. The name "C" had come
because the prior language to "C" is "B" and was developed
in AT&T lab.
| Is This Answer Correct ? | 63 Yes | 23 No |
Post New Answer View All Answers
Difference between linking and loading?
What does d mean?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is a null string in c?
What are local variables c?
What is the use of getchar() function?
What is the difference between %d and %i?
Why do we use stdio h and conio h?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What are bitwise shift operators in c programming?
How can I copy just a portion of a string?
How can I ensure that integer arithmetic doesnt overflow?
Is there sort function in c?
Which is better pointer or array?