When should we use pointers in a c program?
No Answer is Posted For this Question
Be the First to Post Answer
who invented c
What is data structure in c programming?
How can I change the size of the dynamically allocated array?
How pointer is benefit for design a data structure algorithm?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
What is the auto keyword good for?
The variables are int sum=10,SuM=20; these are same or different?
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
What is difference between class and structure?
who is the father of c
why we shiuld use main keyword in C
How do we print only part of a string in c?