Thread: doubt
View Single Post
Newbie Member
24Aug2009,22:06  
jainprateek2000's Avatar
Code: c++
#include<iostream.h>
void main()
{
float num=110;
(num!=(num=--num))?cout<<"OK":cout<<"NOT OK";
}
Give the output with detailed explanation

Last edited by SaswatPadhi; 25Aug2009 at 13:20.. Reason: Code-blocks