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

Why is %d used in c?

965


What is 'bus error'?

1094


Why do we use return in c?

952


Add Two Numbers Without Using the Addition Operator

772


What are the types of type qualifiers in c?

1033


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

2045


What is a program flowchart and explain how does it help in writing a program?

1230


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1157


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

2300


what are # pragma staments?

2000


Explain what are multibyte characters?

1113


Explain the use of keyword 'register' with respect to variables.

973


Can you please explain the difference between strcpy() and memcpy() function?

1019


Is that possible to store 32768 in an int data type variable?

1038


What is structure padding in c?

1058