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 size of union in c?
Explain 'bit masking'?
What is c preprocessor mean?
Explain how can you tell whether a program was compiled using c versus c++?
What is preprocessor with example?
State the difference between realloc and free.
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Explain what is the heap?
What is the general form of #line preprocessor?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is the return type of sizeof?
What is s or c?
What is a pointer in c plus plus?
What is the use of a semicolon (;) at the end of every program statement?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?