Search

Theseus

Let's get the remainder from the division.

Source Code
#include <stdio.h>


void main()
{
printf("%d \n",5%3); // output control character
}

No comments:

Post a Comment