#include<stdio.h>
#include<conio.h>
void main()
{
float a;
clrscr();
a=0.5;
if(a==0.5)
printf("yes");
else
printf("no");
getch();
}
Answer Posted / abhishek singh
yes in output when a=0.5;
but when a=0.4 or 0.6
it no in output
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
What is a wrapper function in c?
how can use subset in c program and give more example
What would be an example of a structure analogous to structure c?
What is nested structure with example?
What are the differences between new and malloc in C?
Explain the priority queues?
Why is it important to memset a variable, immediately after allocating memory to it ?
What do you mean by command line argument?
What is keyword in c?
find out largest elemant of diagonalmatrix
How do you determine whether to use a stream function or a low-level function?
what is the different bitween abap and abap-hr?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What are the advantages of c language?
What is a spanning Tree?