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
How would you use the functions fseek(), freed(), fwrite() and ftell()?
can any one provide me the notes of data structure for ignou cs-62 paper
What is a method in c?
How many identifiers are there in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Is fortran still used today?
Explain how can I make sure that my program is the only one accessing a file?
What is a volatile keyword in c?
How many bytes are occupied by near, far and huge pointers (dos)?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is the maximum no. of arguments that can be given in a command line in C.?
C language questions for civil engineering
What are linker error?
Explain what are the standard predefined macros?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.