Technical - Other IT-BHU - 9 August
MENTOR PAPER ON 9th AUGUSTC/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