1 / 39
Lecture 13: Character Strings, Pointers to Pointers, Command Line Arguments
390 likes | 631 Vues
Lecture 13: Outline. Character strings.String manipulation functions.Pointers to Pointers.Double indirectionCommand Line Arguments.Process command line for programs.. Character Strings. A sequence of character constants such as
Télécharger la présentation
Lecture 13: Character Strings, Pointers to Pointers, Command Line Arguments
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
1. Lecture 13: Character Strings, Pointers to Pointers, Command Line Arguments Homework: Read Chapter 12 of Barclay
2. Lecture 13: Outline Character strings.
String manipulation functions.
Pointers to Pointers.
Double indirection
Command Line Arguments.
Process command line for programs.
3. Character Strings A sequence of character constants such as “This is a string !”. Each character of the string is a character constant in a consecutive memory block. Representation in memory:
More Related