Can you guess the output of the following C CODE??
#include stdio.h
int main() {
printf("Programming in c\n");
printf("For Beginners");

return 0;
}


Posted on by