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

Post New Answer

More OOPS Interview Questions

What do you mean by abstraction?

0 Answers  


What is a null tree?

0 Answers  


Advantage and disadvantage of routing in telecom sector

0 Answers  


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

0 Answers  


What is sub classing in c++?

1 Answers  


how to swap to variables without using thrid variable in java?

5 Answers  


WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET

1 Answers  


i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.

1 Answers   Syntel,


what is the function of 'this' operator ?

7 Answers   Wipro,


When will a constructor executed?

5 Answers   TCS,


How to use CMutex, CSemaphore in VC++ MFC

0 Answers   Persistent, TCS,


What is overriding vs overloading?

0 Answers  


Categories