What is a good data structure to use for storing lines of text?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
Do you know the purpose of 'register' keyword?
What is the purpose of void in c?
What does %p mean?
void main() { int s[4][2]={ {1234,56},{1212,33},{1434,80},{1312,78} }; int (*p)[2]; int i,j,*pint; for(i=0;i<=3;i++) { p=&s[i]; pint=p; printf("\n"); for(j=0;j<=1;j++) printf("%d",*(pint+j)); } } while running this program it shows a warning-suspicious pointer conversion ie pint=p; my que is why should we assign the value of p to pint again.why cant we use it directly as *(p+j)..but if i use like tat the o/p is garbage value..
What is boolean in c?
shorting algorithmS
How does the C program handle segmentation faults?
How are variables declared in c?
what is an array
how to find turn around time in operating system?
Explain what does a function declared as pascal do differently?