What is C++ could you enplane me please?
Answer / rama
1)c++ has every thing which was present in c language, and it has some additional features and advantages than c language. so its named as c++..
2) c++ is a object oriented language
3) It follows bottom-up approach in program design.
4) object may communicate with each other through functions.
5) Data is hidden and cannot be accessed by external functions.
6) New data and functions can be accessed by external function.
7) programs are divided into what are known as objects.
8) Emphasis is on data rather than procedure
| Is This Answer Correct ? | 1 Yes | 0 No |
Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }
What do stl stand for?
5. Write c++ function that would intake a string and return the number of occurrences of a given character in that sring Ex:- if the word is “Colombo” and count the occurrences of the letter “o” the function would return 3
Explain References in C++
write a program to search and display the position of an element in a single-dimentional array using function.
What is Template Specialization?
In what cases using of a 'template' is a better approach then using of a 'base class'?
6 Answers Lucent, Mind Tree, Wipro,
What is stl stack?
How stl is different from the c++ standard library?
how to swap two numbers in a linked list without exchanging the data but only the links?
i want a road rash 3d game code if some one know please help me
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher