Answer Posted / daya shankar
The C and C++ programming languages are powerful mid-level
programming languages that were created as systems
programming languages. This means that the language allows
access to operating system functions. In addition the
language has the capability for easy access to hardware.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain how can I convert a number to a string?
Explain the use of bit fieild.
Write a program to check armstrong number in c?
What is preprocessor with example?
How do you define CONSTANT in C?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is a newline escape sequence?
Why is main function so important?
Why does not c have an exponentiation operator?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
How macro execution is faster than function ?
What is meant by high-order and low-order bytes?
Explain how can I remove the trailing spaces from a string?
What does void main return?
What are the advantages of union?