explain what are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between far and near ?
What is a pointer value and address in c?
what are two categories of clint-server application development ?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
What do you mean by invalid pointer arithmetic?
What are the characteristics of arrays in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
Calculate 1*2*3*____*n using recursive function??
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.