rajan12233


{ City } ballia
< Country > india
* Profession *
User No # 107525
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { rajan12233 }
Questions Answers Category Views Company eMail




Answers / { rajan12233 }

Question { TCS, 11022 }

#include
#include
void main()
{
float a;
clrscr();
a=0.5;
if(a==0.5)
printf("yes");
else
printf("no");
getch();
}


Answer

yes

Is This Answer Correct ?    0 Yes 0 No