Computer Science, asked by kashyapmanisha514, 1 month ago

#include<iostream>
using namespace std;
int main()
{
int n=4;
cout<<n++;
cout<<n;
}

what is the output​

Answers

Answered by RANVEERSINGHCHOUHAN
0

Answer:

you can run it on software where you are coding

Similar questions