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
Can a variable be both const and volatile?
In C programming, what command or code can be used to determine if a number of odd or even?
How do I send escape sequences to control a terminal or other device?
What is meant by realloc()?
Tell me with an example the self-referential structure?
What is #include stdio h?
What is the function of volatile in c language?
Why do we use int main instead of void main in c?
What are 3 types of structures?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
Are global variables static in c?
When should a type cast be used?
What is non linear data structure in c?
How many data structures are there in c?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM