what is c
Answers were Sorted based on User's Feedback
Answer / daya shankar
The C and C++ programming languages are powerful mid-level
programming languages that were created as systems
programming languages. This means that the language allows
access to operating system functions. In addition the
language has the capability for easy access to hardware.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / sunil s patil
C is one of the most widely used programming language of
all time and there are very few computer architectures for
which C compiler does not exit.
| Is This Answer Correct ? | 1 Yes | 2 No |
Is c is a procedural language?
Hi, main() { } Is a user defined function or Built in Functionn
What do you mean by Recursion Function?
What is the use of the sizeof operator?
What standard functions are available to manipulate strings?
What is the -> in c?
What's wrong with "char *p = malloc(10);" ?
What is call by reference in functions?
What is null character in c?
can we access one file to one directory?
What is getch?
What is typedef?