What is the use of getch ()?
No Answer is Posted For this Question
Be the First to Post Answer
Find greatest of two numbers using macro
Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?
Dear Sir, we are required the bubble sorting programs Regs Prem
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is a macro in c preprocessor?
Why is c not oop?
What does typedef struct mean?
write a string copy function routine?
What is a substring in c?
What are the different types of pointers?
A program to allow an input operand and operator from the operator and read on the display and output operand.
main() { int a[10]; printf("%d",*a+1-*a+3); }