MCQOPTIONS
#include <stdio.h>int main(){ char *p[1] = {"Interview Mania"}; printf("%s", (p)[0]); return 0;}