SlideShare a Scribd company logo
1 of 14
Department of Computer and Information Science, School of Science, IUPUI Dale Roberts, Lecturer Computer Science, IUPUI E-mail: droberts@cs.iupui.edu A First C Program
Try Your First C Program ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],header file – contains I/O routines pre-processor   directive one statement main  must be present in each C program statement terminator Indicates a program building block called function comment
Identifiers ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Fundamental Data Type ,[object Object],[object Object],[object Object],8 4 4 4 2 2 2 or 4 2 or 4 1 1 Size (byte) float double 0 ~ 2 32 -1 unsigned long unsigned long int -2 31  ~ 2 31 -1 long long int 0 ~ 65535 unsigned short unsigned short int -32768 ~ 32767 short short int 0 ~ 65535 or 0 ~ 2 32 -1 unsigned unsigned int -2 15  ~ 2 15 -1 or -2 31  ~ 2 31 -1 int int 0 ~ 255 unsigned char -128 ~ 127 char char Range Abbreviation Data Type
Variable Declarations ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Numeric, Char, String Literals ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Numeric, Char, String Literals
[object Object],[object Object],[object Object],[object Object],[object Object],Numeric, Char, String Literals Ans :   13+1 = 14 bytes Question :  β€œI am a string”  takes ?  Bytes 4 chars but takes 5 byte spaces in memory ... A  B  C  D  β€˜β€™
Numeric, Char, String Literals ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],1  38 β€˜ a’ + β€˜b’ + β€˜c’ = 97 + 98 + 99 = 294 = 256 + 38 in the memory
Initialization ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Memory Concepts ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],10 200
Sample Problem ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Sample Problem  (cont.) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Example Program ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],inequality operator

More Related Content

What's hot

Data Input and Output
Data Input and OutputData Input and Output
Data Input and OutputSabik T S
Β 
C sharp part 001
C sharp part 001C sharp part 001
C sharp part 001Ralph Weber
Β 
Mesics lecture 5 input – output in β€˜c’
Mesics lecture 5   input – output in β€˜c’Mesics lecture 5   input – output in β€˜c’
Mesics lecture 5 input – output in β€˜c’eShikshak
Β 
7. input and output functions
7. input and output functions7. input and output functions
7. input and output functionsWay2itech
Β 
datatypes and variables in c language
 datatypes and variables in c language datatypes and variables in c language
datatypes and variables in c languageRai University
Β 
Input And Output
 Input And Output Input And Output
Input And OutputGhaffar Khan
Β 
C programing Tutorial
C programing TutorialC programing Tutorial
C programing TutorialMahira Banu
Β 
Zaridah lecture2
Zaridah lecture2Zaridah lecture2
Zaridah lecture2Aziz Sahat
Β 
Programming in C (part 2)
Programming in C (part 2)Programming in C (part 2)
Programming in C (part 2)SURBHI SAROHA
Β 
Moving Average Filter in C
Moving Average Filter in CMoving Average Filter in C
Moving Average Filter in CColin
Β 
C programming(part 3)
C programming(part 3)C programming(part 3)
C programming(part 3)SURBHI SAROHA
Β 
Programming in C [Module One]
Programming in C [Module One]Programming in C [Module One]
Programming in C [Module One]Abhishek Sinha
Β 
C programming(Part 1)
C programming(Part 1)C programming(Part 1)
C programming(Part 1)SURBHI SAROHA
Β 
Concepts of C [Module 2]
Concepts of C [Module 2]Concepts of C [Module 2]
Concepts of C [Module 2]Abhishek Sinha
Β 
CP Handout#7
CP Handout#7CP Handout#7
CP Handout#7trupti1976
Β 
CP Handout#8
CP Handout#8CP Handout#8
CP Handout#8trupti1976
Β 

What's hot (17)

Data Input and Output
Data Input and OutputData Input and Output
Data Input and Output
Β 
C sharp part 001
C sharp part 001C sharp part 001
C sharp part 001
Β 
Mesics lecture 5 input – output in β€˜c’
Mesics lecture 5   input – output in β€˜c’Mesics lecture 5   input – output in β€˜c’
Mesics lecture 5 input – output in β€˜c’
Β 
7. input and output functions
7. input and output functions7. input and output functions
7. input and output functions
Β 
datatypes and variables in c language
 datatypes and variables in c language datatypes and variables in c language
datatypes and variables in c language
Β 
Input And Output
 Input And Output Input And Output
Input And Output
Β 
C programing Tutorial
C programing TutorialC programing Tutorial
C programing Tutorial
Β 
What is c
What is cWhat is c
What is c
Β 
Zaridah lecture2
Zaridah lecture2Zaridah lecture2
Zaridah lecture2
Β 
Programming in C (part 2)
Programming in C (part 2)Programming in C (part 2)
Programming in C (part 2)
Β 
Moving Average Filter in C
Moving Average Filter in CMoving Average Filter in C
Moving Average Filter in C
Β 
C programming(part 3)
C programming(part 3)C programming(part 3)
C programming(part 3)
Β 
Programming in C [Module One]
Programming in C [Module One]Programming in C [Module One]
Programming in C [Module One]
Β 
C programming(Part 1)
C programming(Part 1)C programming(Part 1)
C programming(Part 1)
Β 
Concepts of C [Module 2]
Concepts of C [Module 2]Concepts of C [Module 2]
Concepts of C [Module 2]
Β 
CP Handout#7
CP Handout#7CP Handout#7
CP Handout#7
Β 
CP Handout#8
CP Handout#8CP Handout#8
CP Handout#8
Β 

Viewers also liked

Research steps, handout
Research steps, handoutResearch steps, handout
Research steps, handoutmrmahoney
Β 
B Portfolio
B PortfolioB Portfolio
B PortfolioDarya Burik
Β 
Europa nuovi stati
Europa nuovi statiEuropa nuovi stati
Europa nuovi staticldtms70
Β 
T02 a firstcprogram
T02 a firstcprogramT02 a firstcprogram
T02 a firstcprogramprincepavan
Β 
Alimentazione poveri fame_sogni
Alimentazione poveri fame_sogniAlimentazione poveri fame_sogni
Alimentazione poveri fame_sognicldtms70
Β 
Law versus anarchy
Law versus anarchyLaw versus anarchy
Law versus anarchymrmahoney
Β 
La cucina egizia_2_c
La cucina egizia_2_cLa cucina egizia_2_c
La cucina egizia_2_ccldtms70
Β 
Present. luce
Present. lucePresent. luce
Present. lucecldtms70
Β 
La cucina medioevo_2_c
La cucina medioevo_2_cLa cucina medioevo_2_c
La cucina medioevo_2_ccldtms70
Β 
Living in australia, intro
Living in australia, introLiving in australia, intro
Living in australia, intromrmahoney
Β 
Hunt historicalcharactersa
Hunt historicalcharactersaHunt historicalcharactersa
Hunt historicalcharactersacldtms70
Β 
ocamera 企画書
ocamera 企画書ocamera 企画書
ocamera 企画書Masaoki Ikoma
Β 
La cucina medioevo_2_c
La cucina medioevo_2_cLa cucina medioevo_2_c
La cucina medioevo_2_ccldtms70
Β 
La cucina romana_2_c
La cucina romana_2_cLa cucina romana_2_c
La cucina romana_2_ccldtms70
Β 
6.currency and interest rate futures
6.currency and interest rate futures6.currency and interest rate futures
6.currency and interest rate futuresSunitha Karthik
Β 
Europa nuovi stati
Europa nuovi statiEuropa nuovi stati
Europa nuovi staticldtms70
Β 

Viewers also liked (16)

Research steps, handout
Research steps, handoutResearch steps, handout
Research steps, handout
Β 
B Portfolio
B PortfolioB Portfolio
B Portfolio
Β 
Europa nuovi stati
Europa nuovi statiEuropa nuovi stati
Europa nuovi stati
Β 
T02 a firstcprogram
T02 a firstcprogramT02 a firstcprogram
T02 a firstcprogram
Β 
Alimentazione poveri fame_sogni
Alimentazione poveri fame_sogniAlimentazione poveri fame_sogni
Alimentazione poveri fame_sogni
Β 
Law versus anarchy
Law versus anarchyLaw versus anarchy
Law versus anarchy
Β 
La cucina egizia_2_c
La cucina egizia_2_cLa cucina egizia_2_c
La cucina egizia_2_c
Β 
Present. luce
Present. lucePresent. luce
Present. luce
Β 
La cucina medioevo_2_c
La cucina medioevo_2_cLa cucina medioevo_2_c
La cucina medioevo_2_c
Β 
Living in australia, intro
Living in australia, introLiving in australia, intro
Living in australia, intro
Β 
Hunt historicalcharactersa
Hunt historicalcharactersaHunt historicalcharactersa
Hunt historicalcharactersa
Β 
ocamera 企画書
ocamera 企画書ocamera 企画書
ocamera 企画書
Β 
La cucina medioevo_2_c
La cucina medioevo_2_cLa cucina medioevo_2_c
La cucina medioevo_2_c
Β 
La cucina romana_2_c
La cucina romana_2_cLa cucina romana_2_c
La cucina romana_2_c
Β 
6.currency and interest rate futures
6.currency and interest rate futures6.currency and interest rate futures
6.currency and interest rate futures
Β 
Europa nuovi stati
Europa nuovi statiEuropa nuovi stati
Europa nuovi stati
Β 

Similar to T02 a firstcprogram

C language first program
C language first programC language first program
C language first programNIKHIL KRISHNA
Β 
C cheat sheet for varsity (extreme edition)
C cheat sheet for varsity (extreme edition)C cheat sheet for varsity (extreme edition)
C cheat sheet for varsity (extreme edition)Saifur Rahman
Β 
2 data and c
2 data and c2 data and c
2 data and cMomenMostafa
Β 
Fundamentals of Programming Constructs.pptx
Fundamentals of  Programming Constructs.pptxFundamentals of  Programming Constructs.pptx
Fundamentals of Programming Constructs.pptxvijayapraba1
Β 
C tutorial
C tutorialC tutorial
C tutorialtuncay123
Β 
C tutorial
C tutorialC tutorial
C tutorialAnuja Lad
Β 
C# overview part 1
C# overview part 1C# overview part 1
C# overview part 1sagaroceanic11
Β 
C Programming Language
C Programming LanguageC Programming Language
C Programming LanguageRTS Tech
Β 
C programming language
C programming languageC programming language
C programming languageMahmoud Eladawi
Β 
presentation_data_types_and_operators_1513499834_241350.pptx
presentation_data_types_and_operators_1513499834_241350.pptxpresentation_data_types_and_operators_1513499834_241350.pptx
presentation_data_types_and_operators_1513499834_241350.pptxKrishanPalSingh39
Β 
presentation_c_basics_1589366177_381682.pptx
presentation_c_basics_1589366177_381682.pptxpresentation_c_basics_1589366177_381682.pptx
presentation_c_basics_1589366177_381682.pptxKrishanPalSingh39
Β 
C Programming
C ProgrammingC Programming
C ProgrammingAdil Jafri
Β 
Fundamental of C Programming Language and Basic Input/Output Function
  Fundamental of C Programming Language and Basic Input/Output Function  Fundamental of C Programming Language and Basic Input/Output Function
Fundamental of C Programming Language and Basic Input/Output Functionimtiazalijoono
Β 
Csharp4 basics
Csharp4 basicsCsharp4 basics
Csharp4 basicsAbed Bukhari
Β 
C++ and OOPS Crash Course by ACM DBIT | Grejo Joby
C++ and OOPS Crash Course by ACM DBIT | Grejo JobyC++ and OOPS Crash Course by ACM DBIT | Grejo Joby
C++ and OOPS Crash Course by ACM DBIT | Grejo JobyGrejoJoby1
Β 

Similar to T02 a firstcprogram (20)

C language first program
C language first programC language first program
C language first program
Β 
C cheat sheet for varsity (extreme edition)
C cheat sheet for varsity (extreme edition)C cheat sheet for varsity (extreme edition)
C cheat sheet for varsity (extreme edition)
Β 
2 data and c
2 data and c2 data and c
2 data and c
Β 
C tutorial
C tutorialC tutorial
C tutorial
Β 
Fundamentals of Programming Constructs.pptx
Fundamentals of  Programming Constructs.pptxFundamentals of  Programming Constructs.pptx
Fundamentals of Programming Constructs.pptx
Β 
C tutorial
C tutorialC tutorial
C tutorial
Β 
C tutorial
C tutorialC tutorial
C tutorial
Β 
C tutorial
C tutorialC tutorial
C tutorial
Β 
C PROGRAMMING BASICS- COMPUTER PROGRAMMING UNIT II
C PROGRAMMING BASICS- COMPUTER PROGRAMMING UNIT IIC PROGRAMMING BASICS- COMPUTER PROGRAMMING UNIT II
C PROGRAMMING BASICS- COMPUTER PROGRAMMING UNIT II
Β 
C# overview part 1
C# overview part 1C# overview part 1
C# overview part 1
Β 
C Programming Language
C Programming LanguageC Programming Language
C Programming Language
Β 
C programming language
C programming languageC programming language
C programming language
Β 
presentation_data_types_and_operators_1513499834_241350.pptx
presentation_data_types_and_operators_1513499834_241350.pptxpresentation_data_types_and_operators_1513499834_241350.pptx
presentation_data_types_and_operators_1513499834_241350.pptx
Β 
presentation_c_basics_1589366177_381682.pptx
presentation_c_basics_1589366177_381682.pptxpresentation_c_basics_1589366177_381682.pptx
presentation_c_basics_1589366177_381682.pptx
Β 
C Programming
C ProgrammingC Programming
C Programming
Β 
Theory1&2
Theory1&2Theory1&2
Theory1&2
Β 
Funçáes, Scanf, EOF
Funçáes, Scanf, EOFFunçáes, Scanf, EOF
Funçáes, Scanf, EOF
Β 
Fundamental of C Programming Language and Basic Input/Output Function
  Fundamental of C Programming Language and Basic Input/Output Function  Fundamental of C Programming Language and Basic Input/Output Function
Fundamental of C Programming Language and Basic Input/Output Function
Β 
Csharp4 basics
Csharp4 basicsCsharp4 basics
Csharp4 basics
Β 
C++ and OOPS Crash Course by ACM DBIT | Grejo Joby
C++ and OOPS Crash Course by ACM DBIT | Grejo JobyC++ and OOPS Crash Course by ACM DBIT | Grejo Joby
C++ and OOPS Crash Course by ACM DBIT | Grejo Joby
Β 

Recently uploaded

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
Β 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
Β 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
Β 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
Β 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
Β 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
Β 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
Β 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
Β 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
Β 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
Β 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
Β 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
Β 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
Β 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
Β 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
Β 
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈcall girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ9953056974 Low Rate Call Girls In Saket, Delhi NCR
Β 
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
Β 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
Β 

Recently uploaded (20)

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
Β 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
Β 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
Β 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
Β 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
Β 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Β 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
Β 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
Β 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
Β 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Β 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
Β 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
Β 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
Β 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
Β 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
Β 
Model Call Girl in Bikash Puri Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Bikash Puri  Delhi reach out to us at πŸ”9953056974πŸ”Model Call Girl in Bikash Puri  Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Bikash Puri Delhi reach out to us at πŸ”9953056974πŸ”
Β 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
Β 
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈcall girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
Β 
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
Β 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
Β 

T02 a firstcprogram

  • 1. Department of Computer and Information Science, School of Science, IUPUI Dale Roberts, Lecturer Computer Science, IUPUI E-mail: droberts@cs.iupui.edu A First C Program
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.