TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kaustubh N
NA
1
8.5k
Passing array to a function [pass by reference]
Oct 17 2010 6:52 PM
I have declared an array y[21] in main and want to pass it to a function using pass by reference
Plz tell me whats wrong in following statements..
int y[21]; //array declaration
void printfunction(int *y); //protoype
printfunction(y);
//call
what changes are required?
Reply
Answers (
2
)
new to C#, trying to make an array from user input. please help
Winform Child form