Latest Miscellaneous Company Exam Aptitude Question SOLUTION: Main() { Char a[10][5]={"hi","hello","welcome"}; Printf("%s %s",a[2],a[3]); }