what is c?
Answers were Sorted based on User's Feedback
Answer / pazhani
C is one of the computer programming Languages
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / m.karthik
c is a procedure oriented programming language ,,,,,,,,,
and structure oriented language .........
developed at at & t labs by dennis ritche..........
in 1970s.........
| Is This Answer Correct ? | 3 Yes | 2 No |
Explain why C language is procedural?
why java is called as a purely oops language.
What does emoji p mean?
How can I handle floating-point exceptions gracefully?
What is the Lvalue and Rvalue?
Why c language is called c?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
What is operator precedence?
What’s the special use of UNIONS?
What are the differences between Structures and Arrays?
How can you read a directory in a C program?