Mar 12, 2026  
2025-2026 Undergraduate Catalog 
    
2025-2026 Undergraduate Catalog

ECE 22900 - C Programming For Electrical And Computer Engineering



An introductory course on the programming in C, with emphasis on applications in electrical and computer engineering. Topics include files, structures, arrays, pointers, and the proper use of dynamic data structures. Students are expected to design and test software programs to solve engineering problems.

Preparation for Course
P:  ENGR 12800 (or equivalent course of computer programming).

Cr. 3.
Student Learning Outcomes
1.  Read and write C programs that use conditional statements and loop structures. 
2.  Read and write C programs that use standard input/output and file input/output. 
3.  Read and write C programs that use arrays and pointers. 
4.  Read and write C program that use structures. 
5.  Read and write C program that use dynamic data structures. 
6.  Use a standard C program development environment for editing, testing, and debugging. 
7.  Use C programs to solve basic engineering problems.