i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<<k;
}
//please comment on the output
No Answer is Posted For this Question
Be the First to Post Answer
how to swap the variables without using temp and operators
What are generic functions and generic classes?
What is persistence in oop?
What is coupling in oop?
What polymorphism means?
How is polymorphism achieved?
1. Define a class.
What is data binding in oops?
How to hide the base class functionality in Inheritance?
• What are the desirable attributes for memory managment?
What are the types of abstraction?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?