Labeled the following in the given program.
a) Variable declaration
b) Header file
c) Pre-processor
d) Method block
e) Output statement
#include<iostream.h>
void main()
{
int x;
cout<<”Enter your age”;
cin>>x;
Answers
Answered by
1
Answer:
output statement
Explanation:
#includes<upstream.h
Similar questions