In C to take the output on the screen we need to use predefined library function £printf¥ and take the input from the user £scanf¥.
Format:
printf(£<format string>¥,<list of vaiables>);
scanf(£<format string>¥,<&variable);
In C to take the output on the screen we need to use predefined library function £printf¥ and take the input from the user £scanf¥.
Format:
printf(£<format string>¥,<list of vaiables>);
scanf(£<format string>¥,<&variable);