What is || operator and how does it function in a program?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

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); }

1 Answers  


How do you define CONSTANT in C?

0 Answers   ADP,


What is oops c?

0 Answers  


What was noalias and what ever happened to it?

0 Answers  


Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


Explain what does a function declared as pascal do differently?

0 Answers  


Should a function contain a return statement if it does not return a value?

0 Answers  


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


What does sizeof return c?

0 Answers  


Write a program to use switch statement.

0 Answers   Agilent, Integreon, ZS Associates,


what are bit fields in c?

2 Answers  


What are enumerated types?

0 Answers  


Categories