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
Difference between malloc() and calloc() function?
What are the different types of objects used in c?
Should I learn data structures in c or python?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is fflush() function?
what is recursion in C
Is multithreading possible in c?
What is the difference between text and binary i/o?
What are the different types of control structures in programming?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is the c value paradox and how is it explained?
What is uint8 in c?
Describe static function with its usage?
State the difference between realloc and free.
Is swift based on c?