int main(){
float f=8.0;
if(f==8.0)
printf("good");
else
printf("bad");
}
what is the answere and explain it?
Answer Posted / pratima
BAD
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Explain the use of #pragma exit?
What is main return c?
Write the Program to reverse a string using pointers.
how do you programme Carrier Sense Multiple Access
Why is event driven programming or procedural programming, better within specific scenario?
What is file in c language?
What are the types of type qualifiers in c?
In which layer of the network datastructure format change is done
Explain zero based addressing.
How do I use void main?
Is c procedural or object oriented?
Explain the use of keyword 'register' with respect to variables.
What is data structure in c programming?
How do you generate random numbers in C?
Write programs for String Reversal & Palindrome check