Answer Posted / nirmal kumar tailor
c is a procedural language and C++ is object oriented
language
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain the priority queues?
What is the difference between exit() and _exit() function?
what are bit fields? What is the use of bit fields in a structure declaration?
What are the __date__ and __time__ preprocessor commands?
Why can’t constant values be used to define an array’s initial size?
How to find a missed value, if you want to store 100 values in a 99 sized array?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Can a pointer be volatile in c?
Place the #include statement must be written in the program?
Do pointers take up memory?
What are logical errors and how does it differ from syntax errors?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What does %d do?
Can a local variable be volatile in c?