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
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is typedef example?
Explain two-dimensional array.
What is non linear data structure in c?
What is the difference between malloc() and calloc() function in c language?
What is a string?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Differentiate between the = symbol and == symbol?
What are high level languages like C and FORTRAN also known as?
Differentiate between Macro and ordinary definition.
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
please give me some tips for the placement in the TCS.
What are different storage class specifiers in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is c system32 taskhostw exe?