why division operator not work in case of float constant?

Answer Posted / nishit jain

It works fine in Visual studio!!!

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a c program to build a heap method using Pointer to function and pointer to structure ?

4179


5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1582


Explain how do you print only part of a string?

650


Why is event driven programming or procedural programming, better within specific scenario?

1955


Explain can the sizeof operator be used to tell the size of an array passed to a function?

597






What is the difference between formatted&unformatted i/o functions?

617


What is the significance of scope resolution operator?

863


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

599


Explain null pointer.

622


plz let me know how to become a telecom protocol tester. thank you.

1742


What is pointers in c with example?

583


What is structure in c definition?

574


Write a Program to accept different goods with the number, price and date of purchase and display them

5450


Is flag a keyword in c?

682


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

1425