an operation between an integer and real always yeilds
a) integer result
b) real result
c) float result
No Answer is Posted For this Question
Be the First to Post Answer
which of the following is not an secondary constant a) array b) real c) union
What is the output of printf("%d")?
58 Answers CTS, HCL, Infosys, TCS, Winit, Wipro,
What is abstraction c++?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Explain the difference between c & c++?
State the difference between delete and delete[].
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
What is fixed in c++?
How do you test your code?
how can u create a doubly linked list with out using pointers?
Is structure can be inherited?
Difference between linked list and array?