What does void main return?
No Answer is Posted For this Question
Be the First to Post Answer
what are the uses of structure?
What is the difference between typeof(foo) and myFoo.GetType()?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
void main() {int a[5],i,b=16; for(i=0;i<5;i++) a[i]=2*i; f(a,5,b); for(i=0;i<5;i++) printf("\n %d",a[i]); printf("\n %d",b); } f(int *x,int n,int y) { int i; for(i=0;i<n;i++) *(x+i)+=2; y=y+2; }wat r the errors in the prg.and improvise the prg to get o/p.?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
what is data structure
in iso what are the common technological language?
How we can write a value to an address using macro..?
Define circular linked list.
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What is NULL pointer?
What the different types of arrays in c?