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 / jaya prakash

0

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the g value paradox?

1249


What is abstract data structure in c?

1109


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

1326


What is a keyword?

1219


What is the difference between a function and a method in c?

1133


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1174


What are the types of arrays in c?

1236


What is the difference between variable declaration and variable definition in c?

1103


What is NULL pointer?

1144


What are high level languages like C and FORTRAN also known as?

1236


How many keywords (reserve words) are in c?

1184


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4749


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

3232


Explain enumerated types in c language?

1104


Write a program to swap two numbers without using a temporary variable?

1178