What is a void pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is null valid for pointers to functions?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
Explain what is the most efficient way to store flag values?
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
HOW CAN ADD OUR FUNCTION IN LIBRARY.
what is output of the following statetment?Printf(“%x”, -1<<4); ?
Why is malloc used?
What is wrong in this statement? scanf(“%d”,whatnumber);
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
How many loops are there in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it