You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Knowledge Test
void Function(int a[]);
This function takes an array as argument. What are the possible ways
to count the number of elements in this array? If it was an array of
chars we could simply check the element with val '\0', how about an
array of type int?
Pallavi Jajoo
unread,
Aug 13, 2010, 8:54:35 AM8/13/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to knowledge-...@googlegroups.com
simply use length() function.....it ll give d no. f elements..... applicable nly in java.. .....:)...