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 |
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
convert 12345 to 54321 withoutusing strig
What is include directive in c?
What does dm mean sexually?
What is a buffer in c?
How will you find a duplicate number in a array without negating the nos ?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
write a program structure to find average of given number
What is 'bus error'?
How many header files are in c?
how to print a statement in c without use of console statement ,with the help of if statement it should print
implement OR gate without using any bitwise operator.