What are the uses of a pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is void c?
Why is event driven programming or procedural programming, better within specific scenario?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
what is memory leak?
what is the difference between getch() and getche()?
write a progam to display the factors of a given number and disply how many prime numbers are there?
Explain why can’t constant values be used to define an array’s initial size?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
What does struct node * mean?
Which built-in library function can be used to match a patter from the string?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
What is function pointer and where we will use it