How pointer is different from array?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
what is c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
find the minimum of three values inputted by the user
What is "Hungarian Notation"?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
write a c program to find biggest of 3 number without relational operator?
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
What Is The Difference Between Null And Void Pointer?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..