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 is 02d in c?
Do you know the difference between exit() and _exit() function in c?
What does & mean in scanf?
Difference between strcpy() and memcpy() function?
What is main function in c?
What is formal argument?
Are the variables argc and argv are local to main?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What are the application of c?
How do you print an address?
What is difference between arrays and pointers?
regarding pointers concept
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is volatile variable how do you declare it?