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 compiler selects(internally) required overridden function in inheritance?
2 Answers CSC, Infinite Computer Solutions,
Why do pointers exist?
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
Program to check whether a word starts with a capital letter or not.
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
What is destructor give example?
Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
what is abstract class ? when is used in real time ? give a exp
what is a class
What is the types of inheritance?
How do you achieve polymorphism?
What is polymorphism used for?