Is it possible to run using programming C for Java
Application?
Answers were Sorted based on User's Feedback
Why is c so popular?
What is the modulus operator?
Do you have any idea about the use of "auto" keyword?
Explain how do you determine a file’s attributes?
What is a pointer variable in c language?
What's the best way of making my program efficient?
What is a substring in c?
WHAT IS HIGH LEVEL LANGUAGE?
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); }
write a program in c to print **** * * * * ****
Why does notstrcat(string, "!");Work?
What is bin sh c?