Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7805421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:13:18+00:00 2026-06-02T02:13:18+00:00

If I declare a string with 10 elements like this: char s[10]; then does

  • 0

If I declare a string with 10 elements like this:

char s[10];

then does the ‘\0’at the end occupy the 10th place or the 11th? Basically my question is that do we get 1 element less in the string?

And if I use the strlen() function to find this string’s length, will the return value be inclusive of the null? I.e if the string is “boy”, will the function give me 3 or 4?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T02:13:20+00:00Added an answer on June 2, 2026 at 2:13 am

    There is no 11th place, ie, yes, that is one less element to use.

    Don’t put a string longer than 9 chars in there. Strlen() does not include the null terminator.

    Eg:

    char s[]="hello"; 
    

    s is an array of 6 chars, but the strlen() of s is 5.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When i declare string x = new string(new char[0]); It works fine.My question is
I would declare an empty String variable like this: string myString = string.Empty; Is
Ok, I have a hardcoded string I declare like this name = uPar Catégorie
In fortran, I can declare a character string as: character*80 mystring and then send
NOTE: This question is only loosely related to tinyxml, however including details like that
I Declared my Array like this: Dim invoice_discountitems(100, 1) As String Now i set
in among lots of html source i have some elements like this <option value=15>Bahrain
I'm trying to write a string looking like this using go's template system: (p1,
I've declare a String : <string name=Please>Please Select</string> in the res/values/Strings.xml . Now I
Let's say I declare a variable: String a = test; And I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.