The question mark at the top-right corner will open a new window with the text "@ABOUT@" in it. What's the purpose of it?Code:#include <stdlib.h> #include <stdio.h> int main(int argc, char **argv) { printf("Hello Example!\n"); return EXIT_SUCCESS; }