What is pointer & why it is used?
No Answer is Posted For this Question
Be the First to Post Answer
How can I delete a file?
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
why do some people write if(0 == x) instead of if(x == 0)?
What are all different types of pointers in c?
Why we use int main and void main?
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
What does node * mean?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
write a program structure to find average of given number
What is ctrl c called?
What is the difference between memcpy and memmove?