SlideShare a Scribd company logo
Powerpoint Templates
ARVINsantos
buendia
Powerpoint Templates
OBJECTIVES
Powerpoint Templates
INTRODUCTION TO TURBO-C
Powerpoint Templates
INTRODUCTION TO TURBO-C
Powerpoint Templates
TURBO-C CODE STRUCTURE
COMMENTSCOMMENTS
PREPROCESSOR DIRECTIVEPREPROCESSOR DIRECTIVE
BEGIN BLOCK OF main( ) FUNCTIONBEGIN BLOCK OF main( ) FUNCTION
END BLOCK OF main( ) FUNCTIONEND BLOCK OF main( ) FUNCTION
VARIABLE DECLARATIONVARIABLE DECLARATION
FUNCTION NAMEFUNCTION NAME
BODY OF THE
PROGRAM
BODY OF THE
PROGRAM
Hello Arvin_ _Hello SUPERMAN_
Powerpoint Templates
SCREEN OUTPUT FUNCTION
printf( ); – is used to write information
on the screen
printf(<format string>);
<format string> is a string that begins
and ends with double quotes “”
printf(“ARVIN santos BUENDIA”);
ARVIN santos BUENDIA_ _
Powerpoint Templates
SCREEN OUTPUT FUNCTION
An ESCAPE SEQUENCE that starts with
the escape code “”
The backslash indicates that the
characters that will follow is NOT TO BE
PROCESS in the ORDINARY WAY
 
ESCAPE SEQUENCE
n new line
t tab
” double quote
 backslash
Powerpoint Templates
SCREEN OUTPUT FUNCTION
printf(“arvin nSUPERMAN”);
arvin_ _
_SUPERMAN_
Powerpoint Templates
SCREEN OUTPUT FUNCTION
printf(“arvin n SUPERMAN”);
arvin_ _
_SUPERMAN__
Powerpoint Templates
SCREEN OUTPUT FUNCTION
printf(“arvin tSUPERMAN”);
arvin_ _ SUPERMAN__
Powerpoint Templates
SCREEN OUTPUT FUNCTION
printf(“arvin “ SUPERMAN”);
arvin_ _
START OF THE FORMAT STRING END OF THE FORMAT STRING
SYNTAX ERROR NEXT CODE
Powerpoint Templates
ESCAPE SEQUENCE
START OF THE FORMAT STRING
SCREEN OUTPUT FUNCTION
printf(“arvin " SUPERMAN”);
arvin_ _“SUPERMAN_
END OF THE FORMAT STRING
NEXT CODE
Powerpoint Templates
ESCAPE SEQUENCE
START OF THE FORMAT STRING
SCREEN OUTPUT FUNCTION
printf(“arvin SUPERMAN”);
arvin_ _SUPERMAN_
END OF THE FORMAT STRING
NEXT CODE
Powerpoint Templates
ASSESSMENTprintf(“di nga ako nagpaputoknn”);
printf(“nun nbagong taon… nbaketn???”);
printf(“nkasit sumasabog na ang ”puso ko” sa’yo”);
 di nga ako nagpaputok_ _
_
_nun _
_bagong taon… _
_baket_
_???_
_kasi_ _sumasabog na ang _“puso ko_“ _sa’yo_

More Related Content

PPTX
Top Wordpress dashboard hacks
PPT
01 c
PPTX
Overview of c language
PPSX
INTRODUCTION TO C PROGRAMMING
PPT
Basics of C programming
PPT
Introduction to turbo c
PPT
Introduction to turbo c
Top Wordpress dashboard hacks
01 c
Overview of c language
INTRODUCTION TO C PROGRAMMING
Basics of C programming
Introduction to turbo c
Introduction to turbo c

Similar to Introduction to turbo c (20)

PPT
Introduction to turbo c
PPT
Introduction to turbo c
PPT
Introduction to turbo c
PPT
Introduction to turbo c
PPT
Introduction to turbo c
PPTX
Programming Fundamentals lecture 5
PDF
CP Handout#2
ODP
JBoss Brings More Power to your Business Processes (PTJUG)
PDF
3. input output instruction in c programming by digital wave
PPSX
Concepts of C [Module 2]
PPTX
Discussing Fundamentals of C
PPT
Fundamental of C Programming Language and Basic Input/Output Function
PPTX
Unit-IV.pptx
PPTX
Building Simple C Program
PDF
C programming
PPTX
Lecture-2.pptxefygefyeyyegfygcyewvwvvcvywcy
PDF
C notes.pdf
PDF
Print function in PHP
PDF
Module 1_Chapter 2_PPT (1)sasaddsdsds.pdf
PPT
Structure of a C program
Introduction to turbo c
Introduction to turbo c
Introduction to turbo c
Introduction to turbo c
Introduction to turbo c
Programming Fundamentals lecture 5
CP Handout#2
JBoss Brings More Power to your Business Processes (PTJUG)
3. input output instruction in c programming by digital wave
Concepts of C [Module 2]
Discussing Fundamentals of C
Fundamental of C Programming Language and Basic Input/Output Function
Unit-IV.pptx
Building Simple C Program
C programming
Lecture-2.pptxefygefyeyyegfygcyewvwvvcvywcy
C notes.pdf
Print function in PHP
Module 1_Chapter 2_PPT (1)sasaddsdsds.pdf
Structure of a C program
Ad

More from Arvin Buendia (6)

DOC
Java@intro to programming
DOCX
Java@intro to java
PPTX
Intro to java
PPTX
Intro to programming
PPTX
Intro to java
PPT
Turbo-C Operators
Java@intro to programming
Java@intro to java
Intro to java
Intro to programming
Intro to java
Turbo-C Operators
Ad

Recently uploaded (20)

PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Network Security Unit 5.pdf for BCA BBA.
PPT
Teaching material agriculture food technology
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Machine learning based COVID-19 study performance prediction
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PPTX
Spectroscopy.pptx food analysis technology
PDF
Getting Started with Data Integration: FME Form 101
PDF
cuic standard and advanced reporting.pdf
PPTX
Tartificialntelligence_presentation.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Empathic Computing: Creating Shared Understanding
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Electronic commerce courselecture one. Pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
Unlocking AI with Model Context Protocol (MCP)
Network Security Unit 5.pdf for BCA BBA.
Teaching material agriculture food technology
“AI and Expert System Decision Support & Business Intelligence Systems”
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Machine learning based COVID-19 study performance prediction
SOPHOS-XG Firewall Administrator PPT.pptx
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Spectroscopy.pptx food analysis technology
Getting Started with Data Integration: FME Form 101
cuic standard and advanced reporting.pdf
Tartificialntelligence_presentation.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
Empathic Computing: Creating Shared Understanding
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
NewMind AI Weekly Chronicles - August'25-Week II
Electronic commerce courselecture one. Pdf
Programs and apps: productivity, graphics, security and other tools
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
MIND Revenue Release Quarter 2 2025 Press Release

Introduction to turbo c