#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
How to explain the final year project as a fresher please answer with sample project
Explain what header files do I need in order to define the standard library functions I use?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
in iso what are the common technological language?
Explain 'far' and 'near' pointers in c.
What is the full form of getch?
What is define c?
What are the types of type specifiers?
What is include directive in c?
What are the advantage of c language?
What is the code in while loop that returns the output of given code?
What is main function in c?
Difference between constant pointer and pointer to a constant.
What is the difference between fread and fwrite function?
What is data types?