compare array with pointer?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
what are the stoge class in C and tel the scope and life time of it?
What is n in c?
Write a program to check armstrong number in c?
define c
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
What are pointers? What are stacks and queues?
What is the mean of this statement:: if(int i=0 * i=9)
Explain what is wrong with this statement? Myname = ?robin?;
What is a void pointer in c?
Write program to remove duplicate in an array?