When should we use pointers in a c program?
No Answer is Posted For this Question
Be the First to Post Answer
what is computer
What is structure padding ?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
how many errors in c explain deply
What is the significance of c program algorithms?
Tell me what is null pointer in c?
How a string is stored in c?
What is function definition in c?
What is difference between stdio h and conio h?
Can you please explain the difference between syntax vs logical error?
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
What does. int *x[](); means ?