What is a void * in c?
No Answer is Posted For this Question
Be the First to Post Answer
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Explain what happens if you free a pointer twice?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is the difference between null pointer and the void pointer?
What does char * * argv mean in c?
What is the significance of an algorithm to C programming?
what do you mean by inline function in C?
wat is the meaning of c?
second highest number in a given set of numbers
Explain about C function prototype?
Difference between pass by reference and pass by value?
write a program to arrange the contents of a 1D array in ascending order