1 change: 1 addition & 0 deletions 1 Week-12 , Program-4 Original file line numberDiff line numberDiff line change @@ -13,6 +13,7 @@ Test Case 1:- Input:- 5 Expected Output:- Sum of dist #include<stdio.h> struct Distance{ 0 comments on commit 6197d16 Pl...
// Week-8 , Program-4 // Write a C Program to reverse a given word using function. e.g. INDIA should be printed as AIDNI #include<stdio.h> #include<string.h> void reverse(char[], int, int); int main() { char str1[20]; scanf("%s", str1); //The stri...
// Week-10 , Program-2// 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 tak...
Jul-Oct 2024 (12 week course) No. of credits recommended: 3 or 4 - Week-7 , Program-4 · sagnikkkkkkkk/NPTEL-Problem-Solving-Through-Programming-in-C@1d3a370
Jul-Oct 2024 (12 week course) No. of credits recommended: 3 or 4 - Week-9 , Program-4 · sagnikkkkkkkk/NPTEL-Problem-Solving-Through-Programming-in-C@55f4440
Jul-Oct 2024 (12 week course) No. of credits recommended: 3 or 4 - Week 2 · sagnikkkkkkkk/NPTEL-Problem-Solving-Through-Programming-in-C@267ef5d
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 12 · sagnikkkkkkkk/NPTEL-Problem-Solving-Through-Programming-in-C@57a9260
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