Why dont c comments nest?
No Answer is Posted For this Question
Be the First to Post Answer
what is c language.
difference between native and cross compilers
why we need function pointers?
What is structure in c language?
name the language for writing c compiler?
What is a sequential access file?
a 'c' program to tell that the set of three coordinates lie on a same line
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..
how to find the given number is prime or not?
What is the difference between near, far and huge pointers?
can we print any string without using terminator?
what is the advantage of software development