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 / jyothi

it gives syntax error

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can I convert a string to a number?

1148


What are categories used for in c?

1153


What are type modifiers in c?

1098


What is variable in c example?

1133


What is the size of a union variable?

1100


Should a function contain a return statement if it does not return a value?

1138


Who invented b language?

1476


If the size of int data type is two bytes, what is the range of signed int data type?

1072


What is spark map function?

1210


Why is structure padding done in c?

1194


What is assert and when would I use it?

1065


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

1079


Give differences between - new and malloc() , delete and free() ?

1153


What functions are used for dynamic memory allocation in c language?

1216


What is a list in c?

1085