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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T15:03:08+00:00 2026-05-14T15:03:08+00:00

Is this code correct? char *argv[] = { foo, bar, NULL };

  • 0

Is this code correct?

char *argv[] = { "foo", "bar", NULL };
  • 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-14T15:03:08+00:00Added an answer on May 14, 2026 at 3:03 pm

    It’s syntactically correct, and it does create a NULL-terminated array of strings.

    argv is passed to main as char*[] (or equivalently, char**), but it’s “more correct” to treat string literals as a const char* rather than a char*. So with this particular example you’d want const char *argv[] = {"foo", "bar", NULL };

    Maybe you aren’t really going to initialise it with “foo”, but actually with a modifiable string that you will want to modify via argv. In that case char*[] is right. This is the kind of thing Charles probably means by saying that whether code is “correct” depends on what you do with it.

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

Sidebar

Ask A Question

Stats

  • Questions 500k
  • Answers 500k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You could define a primary key unique index on lockname.… May 16, 2026 at 1:55 pm
  • Editorial Team
    Editorial Team added an answer Create Java Project in Eclipse first. Then look into directory… May 16, 2026 at 1:55 pm
  • Editorial Team
    Editorial Team added an answer Try to embed a JTextArea object within a JTable cell May 16, 2026 at 1:55 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have implemented this code, but fail at compilation (VC2008 Express Ed.) : Now
Here is my function's code: char * increment_b_string(char * b_string) { char * ret_string
This code is works fine when you type 22 and 56 for example, it
I'm trying to compile the following simple DL library example code from Program-Library-HOWTO with
I've got 3 files that relate to this problem. file.h, file.C and user.C. file.h
I'm curious why I'm having trouble with this function. I'm downloading a PNG file
What am I doing wrong here ? /* * Consider the following pseudo code
This is the first time for me to post here, so sorry if I
My code works perfect if I want to perform an action when pressing the
GCC likes to tell me that I'm missing a specifier-qualifier-list in its error messages.

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.