SlideShare a Scribd company logo
1 | P a g e
ENG. Keroles Shenouda
https://www.facebook.com/groups/embedded.system.KS/
Advanced Data Types: Arrays
1D
2D
Strings (array of char)
scanf takes only the first word in the input text and leave the rest
gets takes all the char until the enter key
Strings (array of char)
strcpy
strcat
strlwr
strupr
strlen
strcmp/stricmpatoi/atof

More Related Content

PDF
QALD-7 Question Answering over Linked Data Challenge
PDF
Qald 7 at ESWC2017
PDF
PDF
Homework 2 solution
PDF
C programming part4
PDF
C programming session5
PDF
C basics quiz part 1_solution
PDF
Autosar Basics hand book_v1
QALD-7 Question Answering over Linked Data Challenge
Qald 7 at ESWC2017
Homework 2 solution
C programming part4
C programming session5
C basics quiz part 1_solution
Autosar Basics hand book_v1

More from Keroles karam khalil (20)

PDF
Automotive embedded systems part6 v2
PDF
Automotive embedded systems part5 v2
PDF
PDF
Automotive embedded systems part7 v1
PDF
Automotive embedded systems part6 v1
PDF
Automotive embedded systems part5 v1
PDF
Automotive embedded systems part4 v1
PDF
Automotive embedded systems part3 v1
PDF
Automotive embedded systems part2 v1
PDF
Automotive embedded systems part1 v1
PDF
Automotive embedded systems part8 v1
PDF
C programming session10
PDF
C programming session9 -
DOCX
PDF
Homework 5 solution
PDF
C programming session8
PDF
PDF
Automotive embedded systems part6 v2
Automotive embedded systems part5 v2
Automotive embedded systems part7 v1
Automotive embedded systems part6 v1
Automotive embedded systems part5 v1
Automotive embedded systems part4 v1
Automotive embedded systems part3 v1
Automotive embedded systems part2 v1
Automotive embedded systems part1 v1
Automotive embedded systems part8 v1
C programming session10
C programming session9 -
Homework 5 solution
C programming session8
Ad

Recently uploaded (20)

PPTX
Lesson notes of climatology university.
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
RMMM.pdf make it easy to upload and study
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
01-Introduction-to-Information-Management.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Microbial disease of the cardiovascular and lymphatic systems
Lesson notes of climatology university.
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Final Presentation General Medicine 03-08-2024.pptx
RMMM.pdf make it easy to upload and study
Module 4: Burden of Disease Tutorial Slides S2 2025
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
01-Introduction-to-Information-Management.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
O7-L3 Supply Chain Operations - ICLT Program
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Pharmacology of Heart Failure /Pharmacotherapy of CHF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
VCE English Exam - Section C Student Revision Booklet
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Anesthesia in Laparoscopic Surgery in India
Microbial disease of the cardiovascular and lymphatic systems
Ad

Notes part3

  • 1. 1 | P a g e ENG. Keroles Shenouda https://www.facebook.com/groups/embedded.system.KS/ Advanced Data Types: Arrays 1D 2D Strings (array of char) scanf takes only the first word in the input text and leave the rest gets takes all the char until the enter key Strings (array of char) strcpy strcat strlwr strupr strlen strcmp/stricmpatoi/atof