SlideShare a Scribd company logo
Paul Solt
iPhoneDev.tv
Numbers
The data behind our apps
Paul Solt
iPhoneDev.tv
Overview
•Integers (27)
•printf()
•Floating-point numbers (3.14)
•Math libraries
Paul Solt
iPhoneDev.tv
Integers
•char: ‘a’,‘b’,‘c’
•short: 32,000
•int: 2,000,000,000
•long: 9,000,000,000,000,000,000
•long long: 9,000,000,000,000,000,000
Paul Solt
iPhoneDev.tv
Integers
•char: ‘a’,‘b’,‘c’ (8 bits = 1 byte)
•short: 32,000 (16 bits)
•int: 2,000,000,000 (32 bits)
•long: 9,000,000,000,000,000,000 (32 or 64 bits)
•long long: 9,000,000,000,000,000,000 (64 bits)
Paul Solt
iPhoneDev.tv
Overflow
99999
99999
10000000
10000000
Paul Solt
iPhoneDev.tv
printf
•Formatted text
•Tokens
•n (i.e. newline or return)
%d int
%c char
%f float/double
%s char * (i.e. text)
%ld long
Paul Solt
iPhoneDev.tv
Math
8 + 4 * 2 = ?
(8 + 4) * 2 = ?
Paul Solt
iPhoneDev.tv
Integer Division
5 / 2 = ?
5 % 2 = ?
Paul Solt
iPhoneDev.tv
Integer Division
5 / 2 = 2
5 % 2 = 1
Paul Solt
iPhoneDev.tv
Floating-point Numbers
•float: 3.14
•double: 3.141592653
Paul Solt
iPhoneDev.tv
Floating-point Numbers
•float: 3.14 (32 bits)
•double: 3.141592653 (64 bits)
Paul Solt
iPhoneDev.tv
Math Library
#include <stdlib.h>
abs(-13); // absolute value
#include <math.h>
cos(60 * M_PI / 180.0); // radians
Paul Solt
iPhoneDev.tv
Review
•Integers
•printf()
•Floating-point numbers
•Math libraries
Paul Solt
iPhoneDev.tv

More Related Content

PPTX
Bab 6 bentuk geometri tiga dimensi
PDF
Mpmc unit-string manipulation
PPT
Bayesian learning
PDF
Cilindro
PDF
Network flow problems
PPT
Points regions proof2
PPTX
Adding Decimals
PPT
Expanded Column Method Addition
Bab 6 bentuk geometri tiga dimensi
Mpmc unit-string manipulation
Bayesian learning
Cilindro
Network flow problems
Points regions proof2
Adding Decimals
Expanded Column Method Addition

What's hot (6)

PPTX
Hello world program
PPTX
Ford Fulkerson Algorithm
PPT
Placevalue
PDF
RM FUNCIONAL
PPT
Circumference and area of cirlce
PPTX
Asymptotic Notation
Hello world program
Ford Fulkerson Algorithm
Placevalue
RM FUNCIONAL
Circumference and area of cirlce
Asymptotic Notation
Ad

Viewers also liked (20)

PDF
Functions in Objective-C and C Programming
PPS
Api a scuola
PPT
Wk1to4
PPTX
Cpu cycle
DOCX
Authoring tools worksheet
PPTX
02 - Introduction to the cdecl ABI and the x86 stack
KEY
Python Yield
KEY
2장. Runtime Data Areas
PDF
Stack Frame Protection
PDF
Smashing The Stack
PPTX
Introduction to Linux Exploit Development
PDF
Exploit techniques and mitigation
PPT
Introduction to pointers and memory management in C
PPT
Addressing
PPTX
Reversing & Malware Analysis Training Part 4 - Assembly Programming Basics
PDF
Low Level Exploits
PPT
Debugging Applications with GNU Debugger
PDF
Virtual Machine Constructions for Dummies
PDF
Advanced exploit development
PPTX
Flags
 
Functions in Objective-C and C Programming
Api a scuola
Wk1to4
Cpu cycle
Authoring tools worksheet
02 - Introduction to the cdecl ABI and the x86 stack
Python Yield
2장. Runtime Data Areas
Stack Frame Protection
Smashing The Stack
Introduction to Linux Exploit Development
Exploit techniques and mitigation
Introduction to pointers and memory management in C
Addressing
Reversing & Malware Analysis Training Part 4 - Assembly Programming Basics
Low Level Exploits
Debugging Applications with GNU Debugger
Virtual Machine Constructions for Dummies
Advanced exploit development
Flags
 
Ad

Similar to Numbers and Values in Objective-C and C Programming (20)

PDF
Variables and Types in Objective-C and C Programming
PDF
Data types
PPTX
Ch7 Basic Types
PPT
Mesics lecture 3 c – constants and variables
PPTX
Lecture 2 introduction to Programming languages C.pptx
PPS
Programming in Arduino (Part 1)
PPT
Datatypes
PPTX
Java Foundations: Data Types and Type Conversion
PPTX
02. Data Types and variables
PDF
Session 5 - Foundation framework
PDF
OOP Chapter 4: Data Type and Expressions
PPTX
Constant, variables, data types
PDF
(6) cpp numeric representation
PDF
[ITP - Lecture 05] Datatypes
PPTX
A Closer Look at Data Types, Variables and Expressions
PPTX
Javascript - Numbers
PPT
C language Unit 2 Slides, UPTU C language
PPT
C tutorial
PPTX
Learn C LANGUAGE at ASIT
PPT
Primitive Data Types and Variables Lesson 02
Variables and Types in Objective-C and C Programming
Data types
Ch7 Basic Types
Mesics lecture 3 c – constants and variables
Lecture 2 introduction to Programming languages C.pptx
Programming in Arduino (Part 1)
Datatypes
Java Foundations: Data Types and Type Conversion
02. Data Types and variables
Session 5 - Foundation framework
OOP Chapter 4: Data Type and Expressions
Constant, variables, data types
(6) cpp numeric representation
[ITP - Lecture 05] Datatypes
A Closer Look at Data Types, Variables and Expressions
Javascript - Numbers
C language Unit 2 Slides, UPTU C language
C tutorial
Learn C LANGUAGE at ASIT
Primitive Data Types and Variables Lesson 02

Recently uploaded (20)

PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPT
Teaching material agriculture food technology
PPTX
sap open course for s4hana steps from ECC to s4
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Electronic commerce courselecture one. Pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Empathic Computing: Creating Shared Understanding
Dropbox Q2 2025 Financial Results & Investor Presentation
Teaching material agriculture food technology
sap open course for s4hana steps from ECC to s4
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
NewMind AI Weekly Chronicles - August'25 Week I
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Mobile App Security Testing_ A Comprehensive Guide.pdf
Chapter 3 Spatial Domain Image Processing.pdf
Review of recent advances in non-invasive hemoglobin estimation
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Per capita expenditure prediction using model stacking based on satellite ima...
Electronic commerce courselecture one. Pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Spectral efficient network and resource selection model in 5G networks
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Approach and Philosophy of On baking technology
Empathic Computing: Creating Shared Understanding

Numbers and Values in Objective-C and C Programming