Find the output of this program.
#include <stdio.h>    
int main()
    // Displays the string inside quotations
    printf("C Programming");
    return 0;
}

Posted on by