c- numbers


SUBMITTED BY: maloans

DATE: March 20, 2017, 12:49 a.m.

FORMAT: Text only

SIZE: 180 Bytes

HITS: 690

  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. int num1 = 10;
  6. float num2 = 20;
  7. cout << sizeof(num1 + num2);
  8. return 0;
  9. }

comments powered by Disqus