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 |
how to find out the reverse number of a digit if it is input through the keyboard?
What is a const pointer in c?
There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.
What are the 4 types of functions?
What is the method to save data in stack data structure type?
What is the most efficient way to count the number of bits which are set in an integer?
how to find anagram without using string functions using only loops in c programming
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
what is the defrenece between structure and union
Can include files be nested? How many levels deep can include files be nested?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
What are the two types of functions in c?