[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Floating Point Problems - Discussion

Home > C Programming > Floating Point Problems > MCQs Questions Discussion

2 / 6

What would be the value of c?

#include<stdio.h>
void main()
{ 
int c; 
float a,b;

a= 245.05;
b = 40.02;
c =a+ b;
}

A285.07

B285

C2850

D285

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!