Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~133 People Reached
Favorite Tags
c x 1
Member Avatar for vij_alok

Hi, I have written a perl script which internally calls a java program using the system commands. Now i have to document all what i did. How should i depict the workflow? Should i draw a flowchart separately for the perl script and an activity diagram for the java program …

0
39
Member Avatar for vij_alok

hi all, i jus executed this code on the borland compiler #include<stdio.h> void main() { char a[20],s[22]; scanf("%s", a); gets(s); } And it only took input from scanf function only whereas when i tried this code #include<stdio.h> void main() { char a[20],s[22]; gets(s); scanf("%s",a); } it took input from both …

Member Avatar for Aia
0
94