Calico
Friday, May 19, 2017
Lab 1 Task 7 (not done)
#include <stdio.h>
int main (void)
{
int result = 0;
float i = 0;
scanf (%f, &i);
while (result != EOF)
{
scanf(%f, &i);
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
list_sort
#include<stdio.h> #include<stdlib.h> #include"list.h" void list_sort(list_t* list) { }
stack overflow
question 2: #include<stdlib.h> #include<stdio.h> #include<assert.h> void overflow(int n) { if(n == INT_MAX){ ...
No comments:
Post a Comment