0% found this document useful (0 votes)
10 views1 page

C Basic Program

Uploaded by

Prakash Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

C Basic Program

Uploaded by

Prakash Raj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
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