Answer Posted / prashanth patha
C is a general purpose computer programming language which
can be used write programs for performing various types of
tasks on computer.
Is This Answer Correct ? | 37 Yes | 3 No |
Post New Answer View All Answers
What is static and volatile in c?
What is indirection? How many levels of pointers can you have?
What is getch () for?
Is boolean a datatype in c?
What are the types of type specifiers?
What is the description for syntax errors?
What is wrong with this program statement? void = 10;
Describe the difference between = and == symbols in c programming?
How are 16- and 32-bit numbers stored?
What does *p++ do? What does it point to?
Do you know what are bitwise shift operators in c programming?
What is sizeof array in c?
difference between Low, Middle, High Level languages in c ?
Give the rules for variable declaration?
What are conditional operators in C?