Programm

What is the output of the following C code?

#include <stdio.h>

int main() {
printf("%d", 5/2);
return 0;
}

11 months ago | [YT] | 0