Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Datatypes Justify Output
void main()
{
float a=0.7;
if(a<0.7)
printf("yes");
else
printf("no");
}
what is the answer and reason.
Profile Answers by patchillaramkumar Questions by patchillaramkumar
Questions by patchillaramkumar
Related Answered Questions
Related Open Questions