Operators#include<stdio.h> #include<conio.h> void main() { int x,y,z,b=5; clrscr(); x=b++ + ++b + b++; ...
This user does not accept Private Messages