Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Programming Languages > C

C C Interview Questions, Learn by sharing C Interview Questions asked in various companies, Get Career advices, Interview Procedures from C experts, Post asked C Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-02-2008, 11:44 AM
Senior Member
 
Join Date: Feb 2008
Posts: 9,095
Default Are pointers really faster tha

Are pointers really faster than arrays? How much do function calls slow things down?

Reply With Quote
  #2 (permalink)  
Old 08-14-2008, 11:38 AM
Junior Member
 
Join Date: Aug 2008
Posts: 11
Default

yes.beacause they directly deal with addresses of the variables pointers are always faster than arrays.

i dn't know exact anser to second part of ur question.
Reply With Quote
Reply

Tags
c language, interview questions

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On