Digital-Systems-Assignments/Assignment 6/abc.c

13 lines
154 B
C
Raw Normal View History

2019-09-13 08:27:00 +00:00
/*
* Student: S.K. Soekhlal
* Number: 4860632
* Assignment: 3.4
*/
#include<stdio.h>
#include<stdlib.h>
#include<math.h>
int discriminant(){
}