Can we access the array using a pointer in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
A C E G H +B D F A I ------------ E F G H D
int *a[5] refers to
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
Is it better to bitshift a value than to multiply by 2?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
can we write a c program with out using main
What is an lvalue and an rvalue?
What is n in c?
how to build a exercise findig min number of e heap with list imlemented?
array of pointer pointer to array pointer to pointer