SlideShare a Scribd company logo
1 of 5
Problem Name:
1. Write C program to count total number of blank spaces in a string
2. Write C program to detect total number of space
3. Count total number of space in c program
Code part
#include<stdio.h>
void main()
{
char string[500]; It take a string with length is 500
int i, count=0; take I and count variable and make sure count is zero
printf(" Enter any sting :");
gets(string); Take the string
for(i=0;string[i];i++) i=0 and string[i] means that string part will be continues on i=0 value and i++ means
that I will be increase sequentially
if(string[i] == ' ' ) that means that the string[i] value is black or not. If the I value is blank then they
count value is rise one by one
count++;
printf(" n Total number of space is: %d",count);
}
If any quarry , feel free to contact with me
Rezaul Karim Refath
B.Sc In CSE
Daffodil International University
Email: Rezaul15-1871@diu.edu.bd

More Related Content

What's hot

2. introduction of a c program
2. introduction of a c program2. introduction of a c program
2. introduction of a c programAlamgir Hossain
ย 
Flood Filling Algorithm in C
Flood Filling Algorithm in CFlood Filling Algorithm in C
Flood Filling Algorithm in CKasun Ranga Wijeweera
ย 
3. user input and some basic problem
3. user input and some basic problem3. user input and some basic problem
3. user input and some basic problemAlamgir Hossain
ย 
Functions & Procedures [7]
Functions & Procedures [7]Functions & Procedures [7]
Functions & Procedures [7]ecko_disasterz
ย 
C programming session 04
C programming session 04C programming session 04
C programming session 04Vivek Singh
ย 
Write a complete C++ program that does the following: 1. The program will c...
Write a complete C++ program that does the following:   1. The program will c...Write a complete C++ program that does the following:   1. The program will c...
Write a complete C++ program that does the following: 1. The program will c...licservernoida
ย 
Bit fields
Bit fieldsBit fields
Bit fieldsramyaranjith
ย 
Check the following function headers and locate as many errors you ca
 Check the following function headers and locate as many errors you ca Check the following function headers and locate as many errors you ca
Check the following function headers and locate as many errors you calicservernoida
ย 
Bitwise Operators in C
Bitwise Operators in CBitwise Operators in C
Bitwise Operators in Cyndaravind
ย 
4. algorithm
4. algorithm4. algorithm
4. algorithmSHIKHA GAUTAM
ย 
aip shape detection and tracking using contours
aip shape detection and tracking using contoursaip shape detection and tracking using contours
aip shape detection and tracking using contoursSaeed Ullah
ย 
Unsupervised program synthesis
Unsupervised program synthesisUnsupervised program synthesis
Unsupervised program synthesisAmrith Krishna
ย 
C program to add two numbers
C program to add two numbers C program to add two numbers
C program to add two numbers mohdshanu
ย 
Python programs
Python programsPython programs
Python programsyerra.vakula
ย 
C activities
C activitiesC activities
C activitiesShujaat Abbas
ย 
Drawoval
DrawovalDrawoval
Drawovalkiuntoro
ย 

What's hot (20)

2. introduction of a c program
2. introduction of a c program2. introduction of a c program
2. introduction of a c program
ย 
Flood Filling Algorithm in C
Flood Filling Algorithm in CFlood Filling Algorithm in C
Flood Filling Algorithm in C
ย 
3. user input and some basic problem
3. user input and some basic problem3. user input and some basic problem
3. user input and some basic problem
ย 
Functions & Procedures [7]
Functions & Procedures [7]Functions & Procedures [7]
Functions & Procedures [7]
ย 
C programming session 04
C programming session 04C programming session 04
C programming session 04
ย 
Space complexity
Space complexitySpace complexity
Space complexity
ย 
Write a complete C++ program that does the following: 1. The program will c...
Write a complete C++ program that does the following:   1. The program will c...Write a complete C++ program that does the following:   1. The program will c...
Write a complete C++ program that does the following: 1. The program will c...
ย 
Bit fields
Bit fieldsBit fields
Bit fields
ย 
Arc
ArcArc
Arc
ย 
Check the following function headers and locate as many errors you ca
 Check the following function headers and locate as many errors you ca Check the following function headers and locate as many errors you ca
Check the following function headers and locate as many errors you ca
ย 
Bitwise Operators in C
Bitwise Operators in CBitwise Operators in C
Bitwise Operators in C
ย 
4. algorithm
4. algorithm4. algorithm
4. algorithm
ย 
aip shape detection and tracking using contours
aip shape detection and tracking using contoursaip shape detection and tracking using contours
aip shape detection and tracking using contours
ย 
Report 02(Binary Search)
Report 02(Binary Search)Report 02(Binary Search)
Report 02(Binary Search)
ย 
C programming Tutorial Session 4
C programming Tutorial Session 4C programming Tutorial Session 4
C programming Tutorial Session 4
ย 
Unsupervised program synthesis
Unsupervised program synthesisUnsupervised program synthesis
Unsupervised program synthesis
ย 
C program to add two numbers
C program to add two numbers C program to add two numbers
C program to add two numbers
ย 
Python programs
Python programsPython programs
Python programs
ย 
C activities
C activitiesC activities
C activities
ย 
Drawoval
DrawovalDrawoval
Drawoval
ย 

Similar to Write a c program to count total number of space

C Programming
C ProgrammingC Programming
C ProgrammingSumant Diwakar
ย 
Basic C Programming Lab Practice
Basic C Programming Lab PracticeBasic C Programming Lab Practice
Basic C Programming Lab PracticeMahmud Hasan Tanvir
ย 
C programming codes for the class assignment
C programming codes for the class assignmentC programming codes for the class assignment
C programming codes for the class assignmentZenith SVG
ย 
PCA-2 Programming and Solving 2nd Sem.pdf
PCA-2 Programming and Solving 2nd Sem.pdfPCA-2 Programming and Solving 2nd Sem.pdf
PCA-2 Programming and Solving 2nd Sem.pdfAshutoshprasad27
ย 
PCA-2 Programming and Solving 2nd Sem.docx
PCA-2 Programming and Solving 2nd Sem.docxPCA-2 Programming and Solving 2nd Sem.docx
PCA-2 Programming and Solving 2nd Sem.docxAshutoshprasad27
ย 
Chapter 8 c solution
Chapter 8 c solutionChapter 8 c solution
Chapter 8 c solutionAzhar Javed
ย 
Write a program to check a given number is prime or not
Write a program to check a given number is prime or notWrite a program to check a given number is prime or not
Write a program to check a given number is prime or notaluavi
ย 
C faq pdf
C faq pdfC faq pdf
C faq pdfDebiPanda
ย 
Computer programming subject notes. Quick easy notes for C Programming.Cheat ...
Computer programming subject notes. Quick easy notes for C Programming.Cheat ...Computer programming subject notes. Quick easy notes for C Programming.Cheat ...
Computer programming subject notes. Quick easy notes for C Programming.Cheat ...DR B.Surendiran .
ย 
Cs project
Cs projectCs project
Cs projectDhairya Pant
ย 
CP Handout#8
CP Handout#8CP Handout#8
CP Handout#8trupti1976
ย 
All important c programby makhan kumbhkar
All important c programby makhan kumbhkarAll important c programby makhan kumbhkar
All important c programby makhan kumbhkarsandeep kumbhkar
ย 
Lab. Programs in C
Lab. Programs in CLab. Programs in C
Lab. Programs in CSaket Pathak
ย 
CBSE Class 12 Computer practical Python Programs and MYSQL
CBSE Class 12 Computer practical Python Programs and MYSQL CBSE Class 12 Computer practical Python Programs and MYSQL
CBSE Class 12 Computer practical Python Programs and MYSQL Rishabh-Rawat
ย 
Lab manual data structure (cs305 rgpv) (usefulsearch.org) (useful search)
Lab manual data structure (cs305 rgpv) (usefulsearch.org)  (useful search)Lab manual data structure (cs305 rgpv) (usefulsearch.org)  (useful search)
Lab manual data structure (cs305 rgpv) (usefulsearch.org) (useful search)Make Mannan
ย 
B.Com 1year Lab programs
B.Com 1year Lab programsB.Com 1year Lab programs
B.Com 1year Lab programsPrasadu Peddi
ย 
Numerical analysis
Numerical analysisNumerical analysis
Numerical analysisVishal Singh
ย 
Python Question - Python Assignment Help
Python Question - Python Assignment HelpPython Question - Python Assignment Help
Python Question - Python Assignment HelpProgramming Homework Help
ย 

Similar to Write a c program to count total number of space (20)

C Programming
C ProgrammingC Programming
C Programming
ย 
Programming egs
Programming egs Programming egs
Programming egs
ย 
Basic C Programming Lab Practice
Basic C Programming Lab PracticeBasic C Programming Lab Practice
Basic C Programming Lab Practice
ย 
C programming codes for the class assignment
C programming codes for the class assignmentC programming codes for the class assignment
C programming codes for the class assignment
ย 
PCA-2 Programming and Solving 2nd Sem.pdf
PCA-2 Programming and Solving 2nd Sem.pdfPCA-2 Programming and Solving 2nd Sem.pdf
PCA-2 Programming and Solving 2nd Sem.pdf
ย 
PCA-2 Programming and Solving 2nd Sem.docx
PCA-2 Programming and Solving 2nd Sem.docxPCA-2 Programming and Solving 2nd Sem.docx
PCA-2 Programming and Solving 2nd Sem.docx
ย 
Chapter 8 c solution
Chapter 8 c solutionChapter 8 c solution
Chapter 8 c solution
ย 
Write a program to check a given number is prime or not
Write a program to check a given number is prime or notWrite a program to check a given number is prime or not
Write a program to check a given number is prime or not
ย 
C faq pdf
C faq pdfC faq pdf
C faq pdf
ย 
Computer programming subject notes. Quick easy notes for C Programming.Cheat ...
Computer programming subject notes. Quick easy notes for C Programming.Cheat ...Computer programming subject notes. Quick easy notes for C Programming.Cheat ...
Computer programming subject notes. Quick easy notes for C Programming.Cheat ...
ย 
Cs project
Cs projectCs project
Cs project
ย 
CP Handout#8
CP Handout#8CP Handout#8
CP Handout#8
ย 
All important c programby makhan kumbhkar
All important c programby makhan kumbhkarAll important c programby makhan kumbhkar
All important c programby makhan kumbhkar
ย 
Ansi c
Ansi cAnsi c
Ansi c
ย 
Lab. Programs in C
Lab. Programs in CLab. Programs in C
Lab. Programs in C
ย 
CBSE Class 12 Computer practical Python Programs and MYSQL
CBSE Class 12 Computer practical Python Programs and MYSQL CBSE Class 12 Computer practical Python Programs and MYSQL
CBSE Class 12 Computer practical Python Programs and MYSQL
ย 
Lab manual data structure (cs305 rgpv) (usefulsearch.org) (useful search)
Lab manual data structure (cs305 rgpv) (usefulsearch.org)  (useful search)Lab manual data structure (cs305 rgpv) (usefulsearch.org)  (useful search)
Lab manual data structure (cs305 rgpv) (usefulsearch.org) (useful search)
ย 
B.Com 1year Lab programs
B.Com 1year Lab programsB.Com 1year Lab programs
B.Com 1year Lab programs
ย 
Numerical analysis
Numerical analysisNumerical analysis
Numerical analysis
ย 
Python Question - Python Assignment Help
Python Question - Python Assignment HelpPython Question - Python Assignment Help
Python Question - Python Assignment Help
ย 

More from REZAUL KARIM REFATH

BPSC assistant Programmer solution 2022
BPSC assistant Programmer  solution 2022BPSC assistant Programmer  solution 2022
BPSC assistant Programmer solution 2022REZAUL KARIM REFATH
ย 
EducationHub- Remote Education Website. Final defense presentation slide for ...
EducationHub- Remote Education Website. Final defense presentation slide for ...EducationHub- Remote Education Website. Final defense presentation slide for ...
EducationHub- Remote Education Website. Final defense presentation slide for ...REZAUL KARIM REFATH
ย 
Jahangirnagar University MSC admission Test Question solved- 2018 PMIT
Jahangirnagar University MSC admission Test Question solved- 2018 PMITJahangirnagar University MSC admission Test Question solved- 2018 PMIT
Jahangirnagar University MSC admission Test Question solved- 2018 PMITREZAUL KARIM REFATH
ย 
Jahangirnagar University MSC admission Test Question solved- 2014 Spring EMSC
Jahangirnagar University MSC admission Test Question solved- 2014 Spring EMSCJahangirnagar University MSC admission Test Question solved- 2014 Spring EMSC
Jahangirnagar University MSC admission Test Question solved- 2014 Spring EMSCREZAUL KARIM REFATH
ย 
Jahangirnagar University MSC admission Test Question solved- 2013 EMSC
Jahangirnagar University MSC admission Test Question solved- 2013 EMSCJahangirnagar University MSC admission Test Question solved- 2013 EMSC
Jahangirnagar University MSC admission Test Question solved- 2013 EMSCREZAUL KARIM REFATH
ย 
Next word predication using markov models
Next word predication using markov modelsNext word predication using markov models
Next word predication using markov modelsREZAUL KARIM REFATH
ย 
padma bridge presention
padma bridge presentionpadma bridge presention
padma bridge presentionREZAUL KARIM REFATH
ย 
Tic toc game presentation
Tic toc game presentationTic toc game presentation
Tic toc game presentationREZAUL KARIM REFATH
ย 
Telemedicine Software Presentation
Telemedicine Software PresentationTelemedicine Software Presentation
Telemedicine Software PresentationREZAUL KARIM REFATH
ย 
Use and future on telemedicine | Diu Title defense Fall 2020
Use and future on telemedicine | Diu Title defense Fall 2020Use and future on telemedicine | Diu Title defense Fall 2020
Use and future on telemedicine | Diu Title defense Fall 2020REZAUL KARIM REFATH
ย 
P1-1A And P1-4A Problem solve copy
P1-1A And P1-4A Problem solve copyP1-1A And P1-4A Problem solve copy
P1-1A And P1-4A Problem solve copyREZAUL KARIM REFATH
ย 
Mind Mapping (Money heist Example)
Mind Mapping (Money heist Example)Mind Mapping (Money heist Example)
Mind Mapping (Money heist Example)REZAUL KARIM REFATH
ย 
Sea Level Rising Presentation
Sea Level Rising PresentationSea Level Rising Presentation
Sea Level Rising PresentationREZAUL KARIM REFATH
ย 
Different type of operating system which are not popular till now and why Lin...
Different type of operating system which are not popular till now and why Lin...Different type of operating system which are not popular till now and why Lin...
Different type of operating system which are not popular till now and why Lin...REZAUL KARIM REFATH
ย 
Database Managment System
Database Managment System Database Managment System
Database Managment System REZAUL KARIM REFATH
ย 
NUMERICAL METHOD AND ITS APPLICATION
NUMERICAL METHOD AND ITS APPLICATIONNUMERICAL METHOD AND ITS APPLICATION
NUMERICAL METHOD AND ITS APPLICATIONREZAUL KARIM REFATH
ย 

More from REZAUL KARIM REFATH (18)

BPSC assistant Programmer solution 2022
BPSC assistant Programmer  solution 2022BPSC assistant Programmer  solution 2022
BPSC assistant Programmer solution 2022
ย 
EducationHub- Remote Education Website. Final defense presentation slide for ...
EducationHub- Remote Education Website. Final defense presentation slide for ...EducationHub- Remote Education Website. Final defense presentation slide for ...
EducationHub- Remote Education Website. Final defense presentation slide for ...
ย 
Jahangirnagar University MSC admission Test Question solved- 2018 PMIT
Jahangirnagar University MSC admission Test Question solved- 2018 PMITJahangirnagar University MSC admission Test Question solved- 2018 PMIT
Jahangirnagar University MSC admission Test Question solved- 2018 PMIT
ย 
Jahangirnagar University MSC admission Test Question solved- 2014 Spring EMSC
Jahangirnagar University MSC admission Test Question solved- 2014 Spring EMSCJahangirnagar University MSC admission Test Question solved- 2014 Spring EMSC
Jahangirnagar University MSC admission Test Question solved- 2014 Spring EMSC
ย 
Jahangirnagar University MSC admission Test Question solved- 2013 EMSC
Jahangirnagar University MSC admission Test Question solved- 2013 EMSCJahangirnagar University MSC admission Test Question solved- 2013 EMSC
Jahangirnagar University MSC admission Test Question solved- 2013 EMSC
ย 
Next word predication using markov models
Next word predication using markov modelsNext word predication using markov models
Next word predication using markov models
ย 
Intellectual property
Intellectual propertyIntellectual property
Intellectual property
ย 
padma bridge presention
padma bridge presentionpadma bridge presention
padma bridge presention
ย 
Laravel Presentation
Laravel PresentationLaravel Presentation
Laravel Presentation
ย 
Tic toc game presentation
Tic toc game presentationTic toc game presentation
Tic toc game presentation
ย 
Telemedicine Software Presentation
Telemedicine Software PresentationTelemedicine Software Presentation
Telemedicine Software Presentation
ย 
Use and future on telemedicine | Diu Title defense Fall 2020
Use and future on telemedicine | Diu Title defense Fall 2020Use and future on telemedicine | Diu Title defense Fall 2020
Use and future on telemedicine | Diu Title defense Fall 2020
ย 
P1-1A And P1-4A Problem solve copy
P1-1A And P1-4A Problem solve copyP1-1A And P1-4A Problem solve copy
P1-1A And P1-4A Problem solve copy
ย 
Mind Mapping (Money heist Example)
Mind Mapping (Money heist Example)Mind Mapping (Money heist Example)
Mind Mapping (Money heist Example)
ย 
Sea Level Rising Presentation
Sea Level Rising PresentationSea Level Rising Presentation
Sea Level Rising Presentation
ย 
Different type of operating system which are not popular till now and why Lin...
Different type of operating system which are not popular till now and why Lin...Different type of operating system which are not popular till now and why Lin...
Different type of operating system which are not popular till now and why Lin...
ย 
Database Managment System
Database Managment System Database Managment System
Database Managment System
ย 
NUMERICAL METHOD AND ITS APPLICATION
NUMERICAL METHOD AND ITS APPLICATIONNUMERICAL METHOD AND ITS APPLICATION
NUMERICAL METHOD AND ITS APPLICATION
ย 

Recently uploaded

FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsArindam Chakraborty, Ph.D., P.E. (CA, TX)
ย 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Standamitlee9823
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7Call Girls in Nagpur High Profile Call Girls
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
ย 
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoordharasingh5698
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
ย 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
ย 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf203318pmpc
ย 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
ย 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
ย 

Recently uploaded (20)

FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
ย 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor ๐Ÿ“ฑ {7001035870} VIP Escorts chittoor
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
ย 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
ย 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
ย 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
ย 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
ย 

Write a c program to count total number of space

  • 1. Problem Name: 1. Write C program to count total number of blank spaces in a string 2. Write C program to detect total number of space 3. Count total number of space in c program
  • 2.
  • 3.
  • 4. Code part #include<stdio.h> void main() { char string[500]; It take a string with length is 500 int i, count=0; take I and count variable and make sure count is zero printf(" Enter any sting :"); gets(string); Take the string for(i=0;string[i];i++) i=0 and string[i] means that string part will be continues on i=0 value and i++ means that I will be increase sequentially if(string[i] == ' ' ) that means that the string[i] value is black or not. If the I value is blank then they count value is rise one by one count++; printf(" n Total number of space is: %d",count); }
  • 5. If any quarry , feel free to contact with me Rezaul Karim Refath B.Sc In CSE Daffodil International University Email: Rezaul15-1871@diu.edu.bd