TCS Company Logical Reasoning Letter Arrangement

Which of the following Constitutional Amendments has included fundamental duties into the Constitution ?

Read Solution (Total 4)

TCS Other Question

Hello all, whether all these questions are coming in TCS or not, (if come it is good)every day 25-30 new tcs questions are being posted in this
site and it is taking too much of time to solve each and every questions, for students who are really striving to get placed in tcs. Dont post the questions blindly from cat text books and rs agarval and other questions that are not relevant to TCS,
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);
}