Take a Quiz
All Products
Brain Games
ProProfs.com
Change Image Delete
#include <stdio.h> void main(){int intVar=20,x;x= ++intVar,intVar++,++intVar; printf("Value of intVar=%d, x=%d",intVar,x);}
Answered Dec 16, 2019
Forgot your password?