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

  • Home
  • SEARCH
  • 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 8313809
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T20:37:11+00:00 2026-06-08T20:37:11+00:00

Possible Duplicate: char [length] initialization and dealing with it I have: char d[7]; What

  • 0

Possible Duplicate:
char [length] initialization and dealing with it

I have:

char d[7];

What is wrong regarding following:

At this moment no memory allocated for variable d. Now I’m going to initialize it:

d="bbbbbb";

After this type initialization, there would be no need to free memory; it will be done automatically.

How to know was char[] initialized? I need a pattern like

if (filled(d)){..}

How to fill char[] with one kind of characters?

  • 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-08T20:37:13+00:00Added an answer on June 8, 2026 at 8:37 pm

    OK if you want to fill your char with ‘b’ character you CAN do it this way

      char d[7];
      int i;
      for (i = 0; i < 7; i++) {
          d[i] = 'b';
      }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Is NULL always zero in C? Following code: char *p1 = 0;
Possible Duplicate: ROT-13 function in java? I have to shift all char from a
Possible Duplicate: casting char[][] to char** causes segfault? I have a 2D array declared
Possible Duplicate: how to copy char * into a string and vice-versa I have
Possible Duplicate: Why is this C code causing a segmentation fault? char* string =
Possible Duplicate: Dynamic array in Stack? How do compilers treat variable length arrays Someone
Possible Duplicate: Convert from char* to NSString? I have char myChar = 'r' How
Possible Duplicate: behaviour of const_cast I need to understand what this line means char
Possible Duplicate: Why does printf print wrong values? #include<stdio.h> int main(int argc, const char
Possible Duplicate: QString to char conversion I have a function (fopen in STL) that

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.