Define Array of pointers.
No Answer is Posted For this Question
Be the First to Post Answer
Is there any demerits of using pointer?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
write a program to display & create a rational number
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
Write a c program to demonstrate Type casting in c?
What is the condition that is applied with ?: Operator?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
What does %p mean c?
how to set Nth bit of a variable?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What oops means?