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
What are compound statements?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Explain what is the best way to comment out a section of code that contains comments?
What is "Hungarian Notation"?
what is the basis for selection of arrays or pointers as data structure in a program
In a switch statement, what will happen if a break statement is omitted?
What is wrong with this program statement? void = 10;
What is the size of structure in c?
What is sizeof array in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is a good way to implement complex numbers in c?
What is use of #include in c?
What is wrong with this initialization?
How can you return multiple values from a function?
find out largest elemant of diagonalmatrix