What will be the output of the following program on GCC?
![]()
Practice Library Functions –
What will be the output of the following program on GCC?
#include <stdio.h>
int main() {
printf("%d %c
");
return 0;
}