How do you list files in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
What is a structural principle?
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); }
What are the 5 data types?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
how to write a prog in c to convert decimal number into binary by using recursen function,
what type of language is C?
what is the difference between char * const and const char *?
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
Is it valid to address one element beyond the end of an array?
what is a static function
What are the different types of objects used in c?