Find the output of the following program?
#include <stdio.h>int main(){ int i; i = 1, 2, 3; printf("%d", i); return 0;
Not registered? Create an account
Forgot Password?
Already a registered user? Login