Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Program to calculate characters
//gcc 5.4.0 #include <stdio.h> int main(void) { long nc; while(getchar() != EOF) { ++nc; printf("%ld\n",nc); } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Spring 2017 Lab 4 v0.5
Lab 7 blackjack v0.6
Area & Perimeter of Circle
Assignment 5 part 2
22nd HW Switchv1.0
MailingList
Volume of sphere
summing long int
Project 5 v.08
Operation of two numbers
Please log in to post a comment.