what is c language.
Answers were Sorted based on User's Feedback
Answer / yogesh bhandari
C is a Procedural language,which is devloped in AT and T
lab on 1972.
Dennish Ritchiei is the person who devlope this language
after BCPL(Basic Combined Programming Language).
C has the rich source of operators.This language is the
best language for fresher.
Mainly system programming are devlope in c language.
a translator called COMPILER is used in c language which is
also coded in C Language.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / d
c language is middlelevel langauage
it follows
higher and low level language
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / suganya.s
C is a structured, procedural programming language.C has
been standardized as part of the Portable Operating system.
| Is This Answer Correct ? | 0 Yes | 0 No |
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
Give the Output : * * * * * * * * * *
What is quick sort in c?
Do you know what are the properties of union in c?
what is used instead of pointers in java than c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
How do you generate random numbers in C?
Why does notstrcat(string, "!");Work?
What is use of bit field?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
How many types of functions are there in c?
please send me the code for multiplying sparse matrix using c