How to print "hello" in c language. INPUT: #include<stdio.h> int main(){ printf("hello"); return 0; } OUTPUT:
Social Plugin