Computer Science, asked by Vishukallashab, 1 year ago

print hello in c language

Answers

Answered by srilukolluru
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!
Similar questions