#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 can I trap or ignore keyboard interrupts like control-c?
Is a house a mass structure?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Describe newline escape sequence with a sample program?
Can one function call another?
Can you write a programmer for FACTORIAL using recursion?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
How can I call a function with an argument list built up at run time?
what is the diffrenet bettwen HTTP and internet protocol
What is struct node in c?
Explain continue keyword in c
How can I read in an object file and jump to locations in it?
Write a program to reverse a given number in c?
Lists the benefits of c programming language?