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

What language is windows 1.0 written?

571


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

774


What is use of #include in c?

590


How do you construct an increment statement or decrement statement in C?

735


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

628






What is the collection of communication lines and routers called?

608


Is boolean a datatype in c?

541


explain what are actual arguments?

630


What is a class c rental property?

604


What are the modifiers available in c programming language?

732


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

727


What are the characteristics of arrays in c?

609


What are keywords in c with examples?

600


How can a program be made to print the name of a source file where an error occurs?

725


write a program to print data of 5 five students with structures?

1604