what will be the output for the following C program?

#include <stdio.h>

int main() {
int a = 5;
int b = a++ + ++a + a a;

printf(“%d %d”, a, b)

return 0;
}

WRITE MY PAPER

Comments

Leave a Reply