Which will print the following code:
#include <stdio.h>

int a(int p) {
  return 1; 
}

int main() {
  int a(0);
  printf("%d", a);
  return 0;
}

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes