Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
c- numbers
SUBMITTED BY:
maloans
DATE:
March 20, 2017, 12:49 a.m.
FORMAT:
Text only
SIZE:
180 Bytes
Raw
Download
Tweet
HITS:
690
Go to comments
Report
#include <iostream>
using namespace std;
int main()
{
int num1 = 10;
float num2 = 20;
cout << sizeof(num1 + num2);
return 0;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus