-->
"Mastering the knowledge"
#include <stdio.h>
#include<string.h>
void main ()
{
char string[] = {'c', 'o', 'm', 'p', 'u', 't', 'e', 'r'};
printf("%s", string);
getch();
}
output:-