#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 / syam kumar
output is no
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Difference between MAC vs. IP Addressing
What are the 3 types of structures?
Process by which one bit pattern in to another by bit wise operation is?
What are the two types of structure?
What is the process of writing the null pointer?
What is the difference between #include and #include 'file' ?
How can I find out the size of a file, prior to reading it in?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
How was c created?
please send me the code for multiplying sparse matrix using c
How do you initialize pointer variables?
What is the difference between struct and typedef struct in c?
How can I sort a linked list?
Is it possible to execute code even after the program exits the main() function?