Jobs in India
Search Jobs
Search Jobs
Advertisements

Technical - Other IT-BHU - 9 August by Mentor

Details of Technical - Other IT-BHU - 9 August by Mentor conducted by Mentor for job interview.
Advertisements

MENTOR PAPER ON 9th AUGUST

C/C++
1) what will be the out put of program..
main()
{char *s[]={,asdasd,,,asdfgf,,,fgjhgj,,,tyuuuy,,,dsfgfds,,,dfdsgf,};
char **p;
p=
for(int i=0;i<(sizeof(s)/sizeof(char *));i++)
printf("%u",++*s);
printf("%u",*++s);
}

2) what the program do...
 vob (int a ,int b)
{
a=a^b;
b=a^b;
a=a^b;
}
ficssa(int a[], int n)
{
for(int i=0;i