why division operator not work in case of float constant?
Answer Posted / vignesh1988i
wat i think is that , when we manipulate floating point
numbers with the same or integers , the resulting should be
float implicitly ... but when we divide any number (floating
or int) the remainder will be in INTEGER only implicitly...
so as defined in compiler numbers with float , if
manipulated gives float implicitly..... but in % operator
that will be made false... that's why i think that is not
allowed!!!!!!!!!!!
thank u
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Which type of language is c?
How do you define structure?
What are loops in c?
difference between native and cross compilers
Why pointers are used in c?
What is the function of multilevel pointer in c?
Why C language is a procedural language?
How can my program discover the complete pathname to the executable from which it was invoked?
How can type-insensitive macros be created?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is break statement?
Explain what are preprocessor directives?
Is javascript based on c?
show how link list can be used to repersent the following polynomial i) 5x+2
can anyone please tell about the nested interrupts?