My Feed
Rixnew
Write
Create Team Blog
Let's kick off a fresh team blog! Bring on the crew and let's get to publishing.
ExploreDraftsBookmarksHackathonsTeam Blogs
AboutCareersOfficial Blog
Download App
Logos & Media

Trending tags
See all

© 2023 Hashnode

pointers

#pointers

Write An Article
1 Follower·29 Articles
HotNew
Walid Ezzat
walidezzat.hashnode.dev·Mar 25, 2023

parameters /arguments/pointers

function definition: a block of code for a specific task. Function Declaration: Ex: int addNumbers(int x, int y); Function Calling: Ex: Int m = 5, n = 7; int result = addNumbers(m,n); Function Defi…

parameters /arguments/pointers
C programming languageBlogging+3
16