#include <stdio.h>
#include <conio.h>
void main()
{
clrscr();
char arr[3][12] = { "Soft", "India" , "technologies" };
printf(" Array of String is = %s, %s, %s\n ", arr[0], arr[1], arr[2] );
getch();
}
OUTPUT:
Array of String is = Soft, India, technologies
Comments
Post a Comment
Please share your opinions and suggestions or your experience in the comments section. This way we can all help each other...
Experienced guys can share their resumes at admin@interview-made-easy.com