Answer Posted / kavya
A programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What does it mean when the linker says that _end is undefined?
What does nil mean in c?
How to Throw some light on the splay trees?
What is #error and use of it?
What oops means?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
When we use void main and int main?
Can we add pointers together?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is p in text message?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Is struct oop?
Explain how can you be sure that a program follows the ansi c standard?
Why do we need functions in c?