Answer Posted / uthiravel
0.9375*2=1.875=>1
0.875*2 =1.75 =>1
0.75*2 =1.5 =>1
0.5*2 =1.0 =>1
0.9375=0.1111(Top to Bottom)
| Is This Answer Correct ? | 76 Yes | 10 No |
Post New Answer View All Answers
What do you know about the use of bit field?
Write a C program in Fibonacci series.
What are static variables in c?
Differentiate abs() function from fabs() function.
State the difference between realloc and free.
What is c programing language?
What is the use of #define preprocessor in c?
write a program for the normal snake games find in most of the mobiles.
Explain how can I manipulate strings of multibyte characters?
What is a pointer in c?
Do you know the use of 'auto' keyword?
main() { printf("hello"); fork(); }
What is union in c?
Explain the difference between structs and unions in c?
What are valid signatures for the Main function?