--
Flow Chart:
To learn on how to automatically generate Flowchart from codes, follow these steps.
--
Pseudo Code:
1. BEGIN
2. PRINT "Hello World"
3. END
--
C Language sample code:
#include <stdio.h>
int main(void) {
printf("Hello World");
return 0;
}
|
C Language sample output:
--
.
Learn a powerful non-relational database at:
.
No comments:
Post a Comment