Jul-Oct 2024 (12 week course) No. of credits recommended: 3 or 4 - Week 2 · sagnikkkkkkkk/NPTEL-Problem-Solving-Through-Programming-in-C@267ef5d
We have used the prescribed BCs to calculate the values of the arbitrary constants that developed during the entire procedure of solving the corresponding ordinary DEs [2]. The deviation for the vertical column depends on the length of the column {𝐸𝐼𝑢″(𝜉)+𝑃𝑤(𝜉)=0,𝜉...
// Write a C program to sort a 1D array using pointer by applying Bubble sort technique.#include<stdio.h> void sort(int *a, int n); int main() { int a[20]; int n,i; scanf("%d",&n); // Enter number of elements to sort is taken from test case data...
Jul-Oct 2024 (12 week course) No. of credits recommended: 3 or 4 - Week 12 · sagnikkkkkkkk/NPTEL-Problem-Solving-Through-Programming-in-C@57a9260
Jul-Oct 2024 (12 week course) No. of credits recommended: 3 or 4 - Week 7 · sagnikkkkkkkk/NPTEL-Problem-Solving-Through-Programming-in-C@2770cb6
Jul-Oct 2024 (12 week course) No. of credits recommended: 3 or 4 - Week-10 , Program-3 · sagnikkkkkkkk/NPTEL-Problem-Solving-Through-Programming-in-C@1101a84
Jul-Oct 2024 (12 week course) No. of credits recommended: 3 or 4 - Week-11 , Program-2 · sagnikkkkkkkk/NPTEL-Problem-Solving-Through-Programming-in-C@7856b75
Jul-Oct 2024 (12 week course) No. of credits recommended: 3 or 4 - Week 3 · sagnikkkkkkkk/NPTEL-Problem-Solving-Through-Programming-in-C@92a2742
Jul-Oct 2024 (12 week course) No. of credits recommended: 3 or 4 - Week-9 , Program-1 · sagnikkkkkkkk/NPTEL-Problem-Solving-Through-Programming-in-C@41936cd
Jul-Oct 2024 (12 week course) No. of credits recommended: 3 or 4 - Week 6 · sagnikkkkkkkk/NPTEL-Problem-Solving-Through-Programming-in-C@44da5c7