Is array name a pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Why do u use # before include in a C Progam?
What are the uses of a pointer?
Write a progarm to find the length of string using switch case?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
What is the difference between null pointer and the void pointer?
Why doesn't C have nested functions?
Explain how can a program be made to print the name of a source file where an error occurs?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
Is stack a keyword in c?
What are the differences between new and malloc in C?
what is c