What is a void pointer? When is a void pointer used?
No Answer is Posted For this Question
Be the First to Post Answer
What is a void pointer? When is a void pointer used?
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
Explain the ternary tree?
What is the difference between call by value and call by reference in c?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
Is null valid for pointers to functions?
why the execution starts from main function
totally how much header files r in c language
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
write a programme to convert temperature from farenheit to celcius?
What is chain pointer in c?