State the difference between realloc and free.
No Answer is Posted For this Question
Be the First to Post Answer
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
What is the use of bit field?
1 232 34543 4567654 can anyone tell me how to slove this c question
What is the maximum no. of arguments that can be given in a command line in C.?
Subtract Two Number Without Using Subtraction Operator
What is a string?
what is the role you expect in software industry?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What are c identifiers?
Are comments included during the compilation stage and placed in the EXE file as well?
Explain the difference between call by value and call by reference in c language?
What is difference between structure and union with example?