Chapter 8 (Strings in Details and Function of String) | Code2night.com
Code2night
  • Home
  • Blogs
  • Guest Posts
  • Tutorial
  • Post Blog
  • Register
  • Login
  1. Home
  2. Blogpost

Chapter 8 (Strings in Details and Function of String)

Date- Dec 09,2023

2742

String:-

It is a collection of characters or a character-type array.

char a[30];

In any string, we can assign a maximum of (n-1) characters because the nth character will always be null.

How to initialize  a String:-

Char a[30]="Welcome";

I/O function of String:

1. Scanf():- is a formatted function used to input every type of data, including strings.

char a[30];

scanf("%s",&a);

In scanf(), when it reads the blank space, String will automatically terminate.

2. gets(): An unformatted function used to input only string data, including blank spaces.

char a[50];

gets(a);

3. Printf():- formatted function used to print any type of data.

printf("%s",a);


4. puts(): an unformatted function used to print only string data, always from a new line.

puts(a);


                          


Comments

Tags

Swagger UI
Swashbuckle
SwashbuckleAspNetCore
Rest API
Postman
Api Testing
ITextSharp
Export to Pdf
AspNet Core
AspNet
C#
View to Pdf in Aspnet
Scheduler
Fibonacci series in Java
Display Fibonacci Series
First C# Program
What is C?
C
C Programming
CodeLobster
Free Download for Youtube Subscribers!

First click on Subscribe Now and then subscribe the channel and come back here.
Then Click on "Verify and Download" button for download link

Subscribe Now | 1760
Download
Support Us....!

Please Subscribe to support us

Thank you for Downloading....!

Please Subscribe to support us

Continue with Downloading
Be a Member
Join Us On Whatsapp Join Us On Facebook

Welcome To Code2night, A common place for sharing your programming knowledge,Blogs and Videos

  • Panipat
  • info@Code2night.com

Links

  • Home
  • Blogs
  • Tutorial
  • Post Blog

Popular Tags

Copyright © 2026 by Code2night. All Rights Reserved

  • Home
  • Blog
  • Login
  • SignUp
  • Contact
  • Terms & Conditions
  • Refund Policy
  • About Us
  • Privacy Policy
  • Json Beautifier
  • Guest Posts