Section outline
-
Instructor Name: Md Mamun Ali
Email: mamun.cse0402.c@diu.edu.bd
Phone: 01631863308
Degree: BSc in Software Engineering
Daffodil International University-
1. Programming in ANSI C- E Balagurusamy.
2. The C programming language. Prentice Hall, 1988, by Dennis Ritchie
3. Teach Yourself C : Herbert Shieldt
-
Follow this YouTube channel to learn & practice. If you face any problem or do not understand any topic/problem, feel free to contact me.
-
1. Make team with 2 members.
2. You have to explain four problems with code in the presentation. That means two problems for each student.
3. The problems should be which is not discussed in classes.
4. You can present your code in a presentation file or in codeblocks.
-------------------Best of Luck------------------------
-
-
Make a video using a mobile or laptop. Where you will explain how For loop works and when to use for loop and how pre and post-increment decrement works with an example
Upload it in youtube or google drive then just share the link here and submit this assignment.
-
-
Make a video using a mobile or laptop. Where you will explain how the following question and answer works. Make a video so that your friend or your junior can easily understand
Click here for problem set(question no 5,7,9,10)
Upload it in youtube or google drive then just share the link here and submit this assignment.
Timeline: 27.06.2018 -
Learning Assessment:
Make a hand note Upload it in google drive then just share the link here and submit this assignment
Find the prime number based on user limit
Sample input: Sample output:10 Prime numbers are 3,5,7
15 Prime numbers are 3,5,7,9,11,13
-
-
Learning Assessment:
Make a hand note Upload it in google drive then just share the link here and submit this assignment
Find the prime number based on user limit
The program shows all summation of Prime Number
Sample input: Sample output:10 2+3+5+7=17
15 2+3+5+7+11+13=41
20 2+3+5+7+11+13+17+19=77
-
-
Make any program based on Array and string in c. Write in on your notepad then take a picture. then share the drive link as an assignment
-
-
-
1. Write a C program to check even and odd number using user defined function.
2. Write a C program to check prime number using user defined function.
-
-
Lab Final [Part 1]
-