#include<studio.h>
#include<stdlib.h>
int main()
{
        int a=4,b=6;
        Printf("%d %d, ++a,--b");
}

Posted on by