+ 15
In C:
The header file is #include<stdio.h>
The input is taken using scanf() function.
Output is printed using printf() function.
In C++:
The header file is #include<iostream.h>
The input is taken using cin>>
The output is printed using cout<<
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.cbcpx01/stdstrm.htm