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 |
What is the difference between null pointer and wild pointer?
what is void pointer?
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
Why c is a mother language?
What is a built-in function in C?
What is the modulus operator?
WHAT IS HIGH LEVEL LANGUAGE?
Differentiate between new and malloc(), delete and free() ?
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
What’s the special use of UNIONS?
wt is d full form of c
what is the difference between c and c++?