#include <stdio.h> int main() { char *ch = {"I", "T", "E", "R", "V", "I", "E", "W"}; printf("%s", ch); }
I
Previous Question Next Question
Your comments will be displayed only after manual approval.