What is the output of the C program shown below? #include <stdio.h> int main (void int x = 2, y = 3, z = 5; x=x+y; y=y*x; z=x+y; printf(“%d and %d and %dn”, x, y, z); x=7 / 2; y=10%4; z=5/6; printf(“%d and %d and %dn”, x,
PayPal Gateway not configured
PayPal Gateway not configured