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
What are the 4 types of programming language?
Can you tell me how to check whether a linked list is circular?
What are c identifiers?
What is the importance of c in your views?
what is the structure pointer?
What is static function in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the difference between near, far and huge pointers?
What is difference between %d and %i in c?
What standard functions are available to manipulate strings?
What is ponter?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Explain Function Pointer?
Differentiate between Macro and ordinary definition.
What do you mean by c what are the main characteristics of c language?