Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the output for the following program

#include<stdio.h>
main()
{
char a[5][5],flag;
a[0][0]='A';
flag=((a==*a)&&(*a==a[0]));
printf("%d\n",flag);
}

Answer Posted / chanda_ni

1

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is table lookup in c?

1056


Differentiate fundamental data types and derived data types in C.

999


When should volatile modifier be used?

977


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

1044


What is the process to generate random numbers in c programming language?

1131


What is d'n in c?

1088


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1207


What is data structure in c programming?

1052


What is the difference between procedural and functional programming?

1040


What is the purpose of 'register' keyword?

1074


how do you execute a c program in unix.

1091


What is a 'null pointer assignment' error?

1186


What is malloc return c?

990


what is a constant pointer in C

1116


Which is the best website to learn c programming?

1056