TCS Company

4. What is the output for the following program

#include
main()
{
char a[5][5],flag;
a[0][0]='A';
flag=((a==*a)&&(*a==a[0]));
printf("%dn",flag);
}

Read Solution (Total 3)

TCS Other Question

Which of the following Constitutional Amendments has included fundamental duties into the Constitution ? x^y+y^x=46
find x,y