#include<stdio.h>

int main()
{
    int a=4, b=2;
    printf("%d",a---b);
    return 0;
}
Output is
A. 2
B. 4
C. 6
D. Error

Posted on by