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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:57:05+00:00 2026-06-12T11:57:05+00:00

If i create a char a[100][100]; and send to a function void func(char** a);

  • 0

If i create a

char a[100][100];

and send to a function void func(char** a);
It says that a char ()[100] cannot be converted to char *.

I imagined that a char [100][100] is like a pointer to pointer.
Was i wrong?

Thanks

  • 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-12T11:57:06+00:00Added an answer on June 12, 2026 at 11:57 am

    Yes, you were wrong indeed. a char[100][100] is an array of (array of 100 char), and when passing it to a function, it is converted to a pointer to (array of 100 char), a char (*)[100]. The conversion of arrays to pointers when passed as function arguments only affects the outermost level of arrays.

    You could either declare the function as taking a parameter of that type,

    void func(char (*)[100]);
    

    if you will always pass arrays with 100 columns, or you would have to pass a different argument if you want to keep the function’s type.

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

Sidebar

Related Questions

I need to create a structure that holds a variable number of 'char[2]'s, i.e.
Let's say I create a jagged 2d array like so: public static char[,] phoneLetterMapping
I'm trying to create a function that scans a folder on my Windows PC
Im sending data on network via sockets like this: (broadcast) void sendBroad(char *dstIP, char
I need to write a program that create pipe send filename from command line
I'm writing to a text file using the following declaration: void create_out_file(char file_name[],long double
The column which defined with char type in a create table sentence is defined
I have the following table: CREATE TABLE TEST(ID TINYINT NULL, COL1 CHAR(1)) INSERT INTO
Given the following table and data. create table prices (productKey int ,PriceType char(10) ,BeginDate
CREATE OR REPLACE FUNCTION layer2layerAttribute RETURN VARCHAR2 AS /** * This function properly joins

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.