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
When should we use pointers in a c program?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Explain that why C is procedural?
Is there a way to switch on strings?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What are the advantages of union?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is pointers in c with example?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is meant by realloc()?
What is the value of h?
while initialization of array why we use a[][2] why not a[2][]...?
What is the method to save data in stack data structure type?
What are linked lists in c?
Where in memory are my variables stored?