Answer Posted / sonu
Array is a collection of smiler data type.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
p*=(++q)++*--p when p=q=1 while(q<=6)
What is this infamous null pointer, anyway?
What is the difference between memcpy and memmove?
Whats s or c mean?
Explain about block scope in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is the explanation for prototype function in c?
How reliable are floating-point comparisons?
Can true be a variable name in c?
How many main () function we can have in a project?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is #ifdef ? What is its application?
Explain the meaning of keyword 'extern' in a function declaration.
What does 4d mean in c?
Can a void pointer point to a function?