Why cann't whole array can be passed to function as value.
ya it's possible ..... we can pass whole array as an value....
let's take the code :
void function(char [] );
void main()
{
char ch[30];
function(ch);
getch();
}
void function(char ch[])
{
printf("%s",ch);
}
thank u
hope this will work.....
| Is This Answer Correct ? | 0 Yes | 4 No |
What is string concatenation in c?
Do you know what are bitwise shift operators in c programming?
Which is more efficient, a switch statement or an if else chain?
What does c mean in standard form?
will u please send me the placement papers to my mail???????????????????
what is the role you expect in software industry?
Which type of language is c?
What is the difference between break and continue?
Is that possible to add pointers to each other?
What tq means in chat?
Is fortran still used in 2018?
what is the meaning of 'c' language