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

How many main () function we can have in a project?

1156


string reverse using recursion

2532


How to compare array with pointer in c?

1166


What is the full form of getch?

1355


Can static variables be declared in a header file?

1099


What does %2f mean in c?

1282


Explain the difference between ++u and u++?

1187


how many key words availabel in c a) 28 b) 31 c) 32

1129


What is actual argument?

1100


What is c programing language?

1134


What is the maximum no. of arguments that can be given in a command line in C.?

1200


What is nested structure with example?

1134


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

2056


How arrays can be passed to a user defined function

1069


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

2227