http://www.DigitalSupport.com If you need computer programming help, Digital Support is the answer. With 24/7 live remote support, your PC or Mac will run like new again. Digital Support offers the best in class when it comes to Antivirus protection and System Renewal software. Need a C tutorial or help with HTML code? Let Digital Support be your guide- Call 866-981-0519 for PC programming help.
Duration : 0:1:43
No TweetBacks yet. (Be the first to Tweet this post)
August 20th, 2009 at 3:14 pm
need help and explaination with these two q’s
Q1. What is in ‘array’ after the following lines execute?
0) int array[5];
1) int *ptr = array;
2) ptr[0] = 1;
3) *(array + 1) = 2;
Q2. From a pointer and array perspective, why do programmers count from 0 and
not 1?
thanx alot
leonid gershanok