That code is too .... Complex...can be simplified
#include <stdio.h> // Function to print a specific message void printMessage() { printf("He is gay.\n"); } int main() { // Call the function to print the message printMessage(); return 0; }