Easy Tutorial
For Competitive Exams

struct abc { }; Struct abc arr[10]; Struct abc *p=arr; Which will be increment the pointer to point the next array element?

p=p+sizeof(abc)
p= *p=arr
abc=p+*p
p=abc+sizeof(p)
Share with Friends
Privacy Copyright Contact Us