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
What is new line escape sequence?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Describe wild pointers in c?
What are logical errors and how does it differ from syntax errors?
What are the header files used in c language?
What is getch () for?
Explain the properties of union. What is the size of a union variable
What is the full form of getch?
Is there anything like an ifdef for typedefs?
When we use void main and int main?
What is the scope of global variable in c?
What is integer constants?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Explain what standard functions are available to manipulate strings?
What are the primitive data types in c?