What is the difference between null pointer and void pointer
Answer Posted / junejo
what is except handling in c sharp?
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
Explain what is wrong with this program statement?
Explain the Difference between the New and Malloc keyword.
What functions are used for dynamic memory allocation in c language?
What is a void * in c?
What are pointers? What are stacks and queues?
What are types of preprocessor in c?
What does %c mean in c?
Write program to remove duplicate in an array?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
There seem to be a few missing operators ..
What is a lvalue
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is clrscr in c?
Explain the use of #pragma exit?
What is 1d array in c?