Thread
:
doubt
View Single Post
jainprateek2000
Newbie Member
24Aug2009,22:06
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