CSE Assignments: 02
এখানে সিএসই অ্যাসাইনমেন্ট ২ এর সবগুলোর কোড দেওয়া আছে।
Task #0 | Write a c program to calculate the maximum number of an integer array.
Task #1 | Write a program to print an array in reverse order.
Task #1A | Write a program to take a two dimensional array as input and print it.
Task #2 | Write a program to add and subtract two matrices.
Task #3 | Write a program to 1-2+3-4+5-6.....+n = ? using function.
Task #5 | Write a program to 1+3+5.....+n = ? using function.
Task #6 | Write a program that can multiply two matrices.
Task #7A | Write a program to find the root of a binomial function using function.
Task #7B | Write a program to Generate Fibonacci Numbers up to N using recursion.
Task #8 | Write a program to take input an string and find the length of that string.
Task #8A | Write a program to find out number of point mutation between two DNA sequences.
Task #8B | Write a program to check if two given DNA sequences are same or not.
Task #9 | Write a program to calculate 1^2 + 2^2 + 3^2 + ..... + N^2 = ? using function.
Task #10 | Write a program to take input from a file and write the output to another file.
Task #0 | Write a c program to calculate the maximum number of an integer array.
Task #1 | Write a program to print an array in reverse order.
Task #1A | Write a program to take a two dimensional array as input and print it.
Task #2 | Write a program to add and subtract two matrices.
Task #3 | Write a program to 1-2+3-4+5-6.....+n = ? using function.
Task #5 | Write a program to 1+3+5.....+n = ? using function.
Task #6 | Write a program that can multiply two matrices.
Task #7A | Write a program to find the root of a binomial function using function.
Task #7B | Write a program to Generate Fibonacci Numbers up to N using recursion.
Task #8 | Write a program to take input an string and find the length of that string.
Task #8A | Write a program to find out number of point mutation between two DNA sequences.
Task #8B | Write a program to check if two given DNA sequences are same or not.
Task #9 | Write a program to calculate 1^2 + 2^2 + 3^2 + ..... + N^2 = ? using function.
Task #10 | Write a program to take input from a file and write the output to another file.
Post a Comment