Cyient Interview Question

Write a C program to print hello world?

Interview Answers

Anonymous

Dec 15, 2010

answered correctly

Anonymous

Feb 10, 2016

#include main() { printf('' Hello World\n"); }