#include<stdio.h>
#include<conio.h>
void main()
{
float a;
clrscr();
a=0.5;
if(a==0.5)
printf("yes");
else
printf("no");
getch();
}
Post New Answer View All Answers
what will be maximum number of comparisons when number of elements are given?
What is switch in c?
Explain what is output redirection?
What is #include called?
What does != Mean in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Explain the difference between null pointer and void pointer.
What is #include cctype?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is pointers in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Which driver is a pure java driver
What is the role of this pointer?
Explain the use of 'auto' keyword in c programming?
what are the different storage classes in c?