Miscellaneous Company Exam Company Programming Program

Main()
{char a[6] = "INDIA";
while(*a)
{
printf("%c",*a);
a++;
}}

Read Solution (Total 4)

Miscellaneous Company Exam Other Question

Main()
{
Char a[10][5]={"hi","hello","welcome"};
Printf("%s %s",a[2],a[3]);
}
Excluding stoppages the speed of a bus is 54kmph,and including stoppages speed of the bus is 45kmph.For how many minutes does the bus stop per hour?