Recent content by olikimah
-
O
Assignment makes pointer from integer without cast
"assignment makes pointer from integer without cast" elephant* get_elephants() { elephant *current, *first; int response; /* create first node */ first = (elephant*)calloc(1,sizeof(elephant)); /* THIS LINE */ current = first...- olikimah
- Thread
- Assignment Integer
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
O
Engineering When is a RC circuit predominantly capacitive or resistive?
I have a graph of |Z| (magnitude of impedance) vs Frequency, and θºz vs Frequency. These two graphs are of a circuit with one capacitor in series with resistors. I need to find when the RC circuit is predominantly capacitive, and predominantly resistive, using the graphs which are given.- olikimah
- Thread
- Circuit Rc Rc circuit
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help