Answer Posted / ruturaj
There is no meaning of C. It is just a middle level
language. It was developed after the language B.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Can we initialize extern variable in c?
What are directives in c?
How can I implement a delay, or time a users response, with sub-second resolution?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is the use of sizeof?
Explain what is operator promotion?
List the different types of c tokens?
Which is best book for data structures in c?
List the difference between a "copy constructor" and a "assignment operator"?
How can I discover how many arguments a function was actually called with?
What are types of preprocessor in c?
Explain Basic concepts of C language?
What is string function c?
Why is it important to memset a variable, immediately after allocating memory to it ?