explain what are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What is a stream in c programming?
Difference between goto, long jmp() and setjmp()?
What is the difference between array and pointer in c?
Write a routine that prints out a 2-D array in spiral order!
Function calling procedures? and their differences? Why should one go for Call by Reference?
how to print this sereis 2 4 3 6 5..........?
which one is highest Priority in c? a)=,b)+,c)++,d)==
With the help of using classes, write a program to add two numbers.
code for reverse alternate words from astring
How to get string length of given string in c?
What is time null in c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above