Computer Science, asked by nani234, 1 year ago

write a c program to implement increment operators

Answers

Answered by harsh1128
1
#include stdio.h
#include conio.h
{
int main ();
int a, result;
cout <<"entre a no";
cin>>a;
result=a++;
cout<<"no after increment is"<<result;
return 0;
}

nani234: yess i will
harsh1128: plz plz plz plz plz plz
nani234: waiit let the option come
harsh1128: plz kar do
harsh1128: okay
harsh1128: plz mark as brainliest
harsh1128: plz mark as brainliest soon as possible
harsh1128: bhyia ji jaldi se kar do na
harsh1128: kar do na bhaiya
harsh1128: bhai please brainliest kar de
Similar questions