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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:00:40+00:00 2026-06-13T05:00:40+00:00

I am trying to pass a parameter to a function, and indicate that the

  • 0

I am trying to pass a parameter to a function, and indicate that the parameter should be considered const by the receiving function.

It was my understanding that the following code example shows the only way to ensure that the test function can be called with the argv variable, which is not declared as const.

void test(const char * const *arr);

int main(int argc, char *argv[], char *env[])
{
    test(argv);
}

void test(const char * const *arr)
{
}

However, gcc gives me a warning such as the following:

E:\Projects\test>gcc -o test test.c
test.c: In function 'main':
test.c:5:2: warning: passing argument 1 of 'test' from incompatible pointer type
[enabled by default]
test.c:1:6: note: expected 'const char * const*' but argument is of type 'char **'

This leads me to believe that what I am doing here is somehow wrong.
Is there a better way to pass a parameter to a function, and indicate that it should be considered const by the receiving function?

  • 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-13T05:00:41+00:00Added an answer on June 13, 2026 at 5:00 am

    The C FAQ explains why in C there is a safe guard when converting a pointers to non-constto const. In your case of a doubly const qualified target pointer the problem that is described there wouldn’t occur, I think. So C++ has a relaxed rule that would allow the implicit conversion that you are asking for. Unfortunately for C the standards committee found the rule from C++ too complicated, so you’d have to cast your pointer to the expected type.

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

Sidebar

Related Questions

I'm trying to pass a class as a parameter to some function, that will
I have the following code... and I am trying to pass in a parameter
Possible Duplicate: pass parameter in g:remoteLink as result of javascript function I am trying
I am trying to pass in a function as a parameter: GEvent.addListener(marker_1, click, populateMarkerWindow(0,
I am trying to pass an array (2d) to a function as an parameter.
I'm trying to pass some parameter to a function used as callback , how
I am trying to pass the parameter name to the function, but I am
I am trying to pass an object as parameter to the javascript function as:
I'm trying to pass a member function pointer as a template parameter. Here is
I'm trying to pass parameter of short type to C++ unmanaged function imported from

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.