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 6675587
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:52:31+00:00 2026-05-26T03:52:31+00:00

char buffer[1000] = {0}; This initializes all 1000 elements to 0. Is this constant

  • 0
char buffer[1000] = {0};

This initializes all 1000 elements to 0. Is this constant time? If not, why?

It seems like the compiler could optimize this to O(1) based on the following facts:

  1. The array is of fixed size and known at compile time
  2. The array is located on the stack, which means that presumably the executable could contain this data in the data segment of the executable (on Windows) as a chunk of data that is already filled with 0’s.

Note that answers can be general to any compiler, but I’m specifically interested in answers tested on the MSVC compiler (any version) on Windows.

Bonus Points: Links to any articles, white papers, etc. on the details of this would be greatly appreciated.

  • 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-05-26T03:52:32+00:00Added an answer on May 26, 2026 at 3:52 am

    It will never be constant time, global or not. its true the compiler initializes that, but the operating system must load all the file into memory, which takes O(n) time.

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

Sidebar

Related Questions

I have a jpeg image in a char[] buffer in memory, all I need
I use this code for reading from socket : int n ; char buffer[256];
Why this code does not cause memory leaks? int iterCount = 1000; int sizeBig
So I try char buffer[1000]; GetEnvironmentVariable(PATH,(char*)&buffer,sizeof(buffer)); std::cout << buffer << std::endl; to check if
You can specify one buffer for your file stream like that: char buf[BUFFER_SIZE]; std::ofstream
The following code char buffer[BSIZE]; ... if(buffer[0]==0xef) ... Gives the compiler warning comparison is
In a C dll, I have a function like this: char* GetSomeText(char* szInputText) {
I have a char* buffer and I am interested in looking at the first
i have a char buffer[100] and i'm trying to use gdb to read the
Does fgets() always terminate the char buffer with \0 even if EOF is already

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.