#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 / ak
yes
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What does 3 periods mean in texting?
What are the different types of control structures?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is scanf_s in c?
Is c procedural or object oriented?
Differentiate between calloc and malloc.
The statement, int(*x[]) () what does in indicate?
Explain what are reserved words?
Explain what is a 'locale'?
Why is c platform dependent?
Why we use void main in c?
Why enum is used in c?
What is the use of getch ()?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Hai what is the different types of versions and their differences