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 9

Node:Questions for Chapter 9, Previous:Variable parameters, Up:Pointers



Questions for Chapter 9

  1. What is a pointer?
  2. How is a variable declared to be a pointer?
  3. What data types can pointers point to?
  4. Write a statement which converts a pointer to an integer into a pointer to a double type.
  5. Why is it incorrect to write float *number = 2.65; ?

 
 
  Published under free license. Design by Interspire