Sorry! Posting Assignment is allowed only for commercial accounts.
#include<stdio.h>int main(){ int a=4, b=2; printf("%d",a---b); return 0;}Output is