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
What does volatile do?
what is recursion in C
What is the best way of making my program efficient?
Is struct oop?
Which is better between malloc and calloc?
What is difference between array and pointer in c?
What is the purpose of type declarations?
What does malloc () calloc () realloc () free () do?
What are the functions to open and close the file in c language?
What is logical error?
Explain the difference between getch() and getche() in c?
Explain what is the best way to comment out a section of code that contains comments?
How can you tell whether a program was compiled using c versus c++?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff