#include<iostream>
using namespace std;
int main()
{
int n=4;
cout<<n++;
cout<<n;
}
what is the output
Answers
Answered by
0
Answer:
you can run it on software where you are coding
Similar questions