Introduction to Computer Science
Computer Engineering Department
Technical University of Lodz
Home
About
Useful Links
CED
Contact
Online C programming exercises
What does the function return?
void hello (char *name)
{
printf("Hello, %s.", name);
}
char
char*
nothing
%s
Next Exercise
WINDOWS
EXERCISES
Command Prompt
THEORY
EXERCISES
C PROGRAMMING
THEORY
EXERCISES
Interactive Exercises
NUMERAL SYSTEMS
THEORY
EXERCISES