Answer Posted / sanjana
C is a context sensitive language
| Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
What are the three constants used in c?
What is #ifdef ? What is its application?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is #define used for in c?
Differentiate abs() function from fabs() function.
What is malloc calloc and realloc in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What are the scope of static variables?
How is a null pointer different from a dangling pointer?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is null pointer in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is #line used for?
Why does not c have an exponentiation operator?
What is the use of pragma in embedded c?