#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
What is the total generic pointer type?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is use of pointer?
Without Computer networks, Computers will be half the use. Comment.
What is break in c?
What is formal argument?
Can you define which header file to include at compile time?
What is a good data structure to use for storing lines of text?
What is structure in c explain with example?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is a program flowchart and how does it help in writing a program?
What is a far pointer in c?
What are different storage class specifiers in c?
What is c language and why we use it?