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 |
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
What is variables in c?
Explain what is the difference between functions abs() and fabs()?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
In a switch statement, what will happen if a break statement is omitted?
What is methods in c?
what does ‘Bus Error’ mean?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
char p="data"; printf(p);
Explain the use of #pragma exit?
difference between ordinary variable and pointer in C?
to find the closest pair