When do we get logical errors?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print largest number of each row of a 2D array
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); }
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
What is meant by inheritance?
how many key words availabel in c a) 28 b) 31 c) 32
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
Why is sizeof () an operator and not a function?
how c source file in converted to exe file
What is a memory leak? How to avoid it?
What is the role of && operator in a program code?
how to make program without <> in library.
C program to find all possible outcomes of a dice?