#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 / maniac
yes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Give differences between - new and malloc() , delete and free() ?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Define macros.
Write a program to reverse a given number in c?
Do you have any idea about the use of "auto" keyword?
What is a loop?
What is calloc() function?
What is masking?
What is a void pointer in c?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is bubble sort technique in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is difference between && and & in c?