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
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Why we use int main and void main?
How do you redirect a standard stream?
Place the #include statement must be written in the program?
What is the use of bitwise operator?
What is structure of c program?
What is property type c?
What is declaration and definition in c?
Can a pointer point to null?
Can we increase size of array in c?
How do you determine a file’s attributes?
What are external variables in c?
Write a program to swap two numbers without using a temporary variable?
Where is volatile variable stored?
How do you use a 'Local Block'?