Answer Posted / jayabalan.s
void main()
{
int a,b;//example a=10,b=12;
a=a+b;//a=22
b=a-b;//b=10;
a=a-b;//a=12
}
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is the fundamental idea of oop?
How to use CMutex, CSemaphore in VC++ MFC
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is encapsulation with example?
Get me an image implementation program.
What are objects in oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Can we create object of interface?
What is polymorphism in oop example?
write knight tour problem which is present in datastructure
What does sksksk mean in text slang?
what's the basic's in dot net
What does and I oop mean?
What is new keyword in oops?
2. Give the different notations for the class.\