Answer Posted / prameela rani
it is a pointer which points nothing.
it does not point any thing
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
explain what are actual arguments?
What is extern c used for?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What tq means in chat?
What does == mean in texting?
What is volatile, register definition in C
How can I list all of the predefined identifiers?
Explain argument and its types.
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is the use of #define preprocessor in c?
What is a memory leak? How to avoid it?
What is array in c with example?
Is that possible to add pointers to each other?
Why can’t constant values be used to define an array’s initial size?
Which is better pointer or array?