What are pointers? What are different types of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What math functions are available for integers? For floating point?
What is the difference between array and structure in c?
what is memory leak?
What are the ways to a null pointer can use in c programming language?
how to find a 5th bit is set in c program
writ a program to compare using strcmp VIVA and viva with its output.
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
How can you call a function, given its name as a string?
What is 2 d array in c?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
what r the cpu registers r ther?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail