what is disadvantage of pointer in C
Answer Posted / poorna chandar rao.yerrabothu
CONFUSION
CRASHING
| Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
What is the difference between functions getch() and getche()?
What are the advantages of using Unions?
What is malloc calloc and realloc in c?
Why enum is used in c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What does 3 mean in texting?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What does != Mean in c?
What is the difference between #include
Explain indirection?
What is the scope of global variable in c?
What is wrong with this initialization?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
How can I handle floating-point exceptions gracefully?
What is the use of bitwise operator?