print hello in c language
Answers
Answered by
0
#include <stdio.h> int main() { // printf() displays the string inside quotation printf("Hello, World!"); return 0; }
I hope it will help you mark as brainliest answer!
I hope it will help you mark as brainliest answer!
Similar questions