What is || operator and how does it function in a program?
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); }
How do you define CONSTANT in C?
What is oops c?
What was noalias and what ever happened to it?
Write a program to exchange two variaables without temp
Explain what does a function declared as pascal do differently?
Should a function contain a return statement if it does not return a value?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What does sizeof return c?
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
what are bit fields in c?
What are enumerated types?