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 |
Write a program that his output * *** *****
in malloc and calloc which one is fast and why?
What is header file in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
What are the two forms of #include directive?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
to find the closest pair
How we can insert comments in a c program?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
What is the condition that is applied with ?: Operator?