0% found this document useful (0 votes)
9 views

c Basic Program

Uploaded by

Prakash Raj
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

c Basic Program

Uploaded by

Prakash Raj
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

// Online C compiler to run C program online

#include <stdio.h>

int main() {
// Write C code here
printf("Try programiz.pro");

return 0;
}

You might also like