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
if p is a string contained in a string?
Is c# a good language?
Does c have an equivalent to pascals with statement?
Explain what are run-time errors?
What is the purpose of sprintf() function?
Can you please explain the difference between exit() and _exit() function?
What are the c keywords?
What is the difference between exit() and _exit() function in c?
Describe static function with its usage?
What is the full form of getch?
What is data structure in c programming?
Explain what is the difference between null and nul?
write a progrmm in c language take user interface generate table using for loop?
What is signed and unsigned?
Why we use break in c?