why v use c++ even we have microprocessor
Answers were Sorted based on User's Feedback
Answer / rahul ghadge
Apart from being the oop lang C++ is also a HLL and in case of microprocessor v hv 2 use assembly lang which is not dat efficient 4 progrmming. Programmers life becomes easier by using c++ instead of using asm. both belongs to different generations. and c++ is later nd advanced generation. also encapsulation, abstraction, inheritance and polymorphism etc r adv in favour of c++...
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / sheena_smart
c++ is completely object orientedlanguage. Its major
concepts like data hiding, encapsukation and polymorphism
are very effective... hence v use c++....
| Is This Answer Correct ? | 6 Yes | 9 No |
Brief explaination about #include<iostream.h>, cin and cout
What is an operator in c++?
Where Malloc(), Calloc(), and realloc() does get memory?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What are built-in functions? What is the syntax for the definition?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is tellg () in c++?
How do you show the declaration of a virtual constructor?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What is the need of a destructor? Explain with the help of an example.
How do you save a c++ program?