There are two compiler warnings with this code. Can you spot them?
```
int main()
{
float x = 234.12345678901230, z = 22.8;
int a = 44417, b = -0.333 , c = -5;
double r = 3.12345678901234567;
long e = 99999;
char f = ‘+’;
```
```
int main()
{
float x = 234.12345678901230, z = 22.8; //warnings here
int a = 44417, b = -0.333 , c = -5;
double r = 3.12345678901234567;
long e = 99999;
char f = ‘+’;
```
Computer Science & Information Technology
You might also like to view...
A parabolic antenna would most likely be used in what situation?
A) Inside a classroom B) Inside a gymnasium C) Between buildings D) Including and between two rooms
Computer Science & Information Technology
Linux is a(n) _____ source operating system
Fill in the blank(s) with correct word
Computer Science & Information Technology