What is the difference between arrays and pointers?
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); }
Which built-in library function can be used to match a patter from the string?
Is fortran faster than c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
How to get string length of given string in c?
what is meant by c
What is a lookup table in c?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
What is the difference between array and structure in c?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female