Skip to content

santabasnet/Programming-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Programming-in-C

Undergraduate course materials for the first year Engineering and IT students.

1. Lecture Materials

Contains all the slides and the examples used in the lecture class.

2. Lab Materials

Contains all the lab-sheets and their solutions.

/** Thanks to Dennis Ritchie and Byron S. Gottfried. **/
#include<stdio.h>
int main(){
  printf("Thanks to Dennis Ritchie & Byron S. Gottfried.\n");
  return (0);
}

About

Undergraduate course materials for first year Engineering and IT students.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages