Explain what are global variables and explain how do you declare them?
write the output of following code .. main() { static int a[]={10,20,30,40,50}; int *ptr=a; static int arr[2][2]={1,2,3,4}; char str[]="ABCD * 4#"; char *s=str+2; int i,j; for(i=0;i<5,i++) printf("%d",*ptr++); for(i=0;i<2;i++) for(j=0;j<2;j++) printf("%d\n",*(*(n+i)+j)); printf("%c\n%c\n%c\n",*(str+2),*s++,*--s); }
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
what is the diffrenet bettwen HTTP and internet protocol
What is logical error?
What is pass by reference in c?
Please list all the unary and binary operators in C.
how to create c progarm without void main()?
When was c language developed?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
Differentiate between static and dynamic modeling.
Define C in your own Language.