Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

The GNU C Programming Tutorial - Questions for Chapter 14

Node:Questions for Chapter 14, Previous:Arrays as Parameters, Up:Arrays



Questions for Chapter 14

  1. Declare an array of type double, measuring 4 by 5 elements.
  2. How do you pass an array as a parameter?
  3. When an array parameter is received by a function, does C allocate space for a local variable and copy the whole array to the new location?
  4. What does it mean to say that one dimension of an array "varies fastest"?
  5. Which dimension of an array varies fastest, the first or the last?

 
 
  Published under free license. Design by Interspire