i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<<k;
}
//please comment on the output
What do you mean by abstraction?
What is a null tree?
Advantage and disadvantage of routing in telecom sector
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).
What is sub classing in c++?
how to swap to variables without using thrid variable in java?
WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
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.
what is the function of 'this' operator ?
When will a constructor executed?
How to use CMutex, CSemaphore in VC++ MFC
What is overriding vs overloading?