Predict the output of the following code
#include stdio.h

int main() {
int num=55;
static int b=num;
printf("%d %d"b,num);

return 0;
}



Posted on by