WHAT IS C?
Answers were Sorted based on User's Feedback
Answer / siddhartha mukherjee
C is the third letter of english alphabet
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / k.rangaswamy
This is the one of the language which is used to interact
with the hardware in the efficiency manner.This is actually
a procedure oriented language and also we can call it as
High level language.
| Is This Answer Correct ? | 0 Yes | 0 No |
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
What is a constant?
how to print 212 as Twohundreds twelve plz provide me ans soon
What is the difference between realloc() and free()
What is the use of printf() and scanf() functions?
In C language, a variable name cannot contain?
What is a volatile keyword in c?
Where register variables are stored in c?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
What is information technology.
Tell us bitwise shift operators?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }