---
title: "In C, if you pass an array as an argument to a function, what actually gets passed?"  
description: "In C, if you pass an array as an argument to a function, what actually gets passed?"  
author: "Navya Khurana"  
published: 2017-12-14  
canonical: https://answers.mindstick.com/qa/31668/in-c-if-you-pass-an-array-as-an-argument-to-a-function-what-actually-gets-passed  
category: "technology"  
tags: ["c language"]  
reading_time: 1 minute  

---

# 	 In C, if you pass an array as an argument to a function, what actually gets passed?

In C, if you pass an [array](https://www.mindstick.com/articles/14/array) as an argument to a [function](https://yourviews.mindstick.com/view/87759/mahakumbh-2025-best-spiritual-function), what actually gets passed?

## Answers

### Answer by akriti kashyap

![In C, if you pass an array as an argument to a function, what actually gets passed?](https://answers.mindstick.com/questionanswer/89b1add6-ae83-4b31-98cc-057d93841175/images/49b8706c-25fa-421a-9eb7-fa56a642a7f9.png)\

**Before moving on to the answer to the respective question….**

*Let us understand what language is, we discussing about…* It is a versatile, obligatory computer programming language, supporting structured programming, lexical variable scope, and iteration, while a system that is not static in nature prevents inadvertent operations. By outline, C gives builds that guide effectively to run of the typical machine instruction, and in this manner, it has discovered enduring use in applications that had some time ago been coded in low-level computing construct, including working frameworks, and in addition different application programming for PCs extending from supercomputers to embedded frameworks. Thus, talking about if you pass an array as an argument to a function, then it passes the **Base Address of the array**… \
**Cheers!** \


---

Original Source: https://answers.mindstick.com/qa/31668/in-c-if-you-pass-an-array-as-an-argument-to-a-function-what-actually-gets-passed

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
