Spread the word.

Share the link on social media.

Confirm Password *

Username or email *

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Sorry, you do not have permission to ask a question, You must login to ask a question.

SIKSHAPATH Logo

SIKSHAPATH Latest Articles

Nptel problem solving through programming in c week 1 & 2 assignment answers 2023.

nptel problem solving through programming in c

Course Description :

NPTEL Problem Solving Through Programming In C course will teach you how to formulate, translate, and execute simple algorithms in C. You will learn how to use conditional branching, iteration, and recursion to solve problems. You will also learn how to decompose problems into functions and use arrays, pointers, and structures to formulate algorithms and programs. Finally, you will apply your programming skills to solve matrix addition and multiplication problems, searching and sorting problems, and simple numerical method problems.

This course is designed for students in BE/BTech, BCA/MCA, and M.Sc. programs. It is also relevant to anyone who wants to learn how to program in C. The course is supported by the IT industry, so you can be confident that the skills you learn will be in demand.

If you are ready to take your programming skills to the next level, then this course is for you. Join me on this journey and learn how to use C to solve real-world problems.

Here are some specific benefits of taking this course:

  • You will learn how to think like a programmer and solve problems in a systematic way.
  • You will gain hands-on experience with C programming and develop your problem-solving skills.
  • You will be able to apply your programming skills to solve real-world problems.
  • You will be prepared for a career in the IT industry.

I hope you will join me on this journey. Together, we will learn how to use C to solve problems and create amazing things.

NPTEL Problem Solving Through Programming In C
12 weeks
24 Jul 2023
13 Oct 2023
28 Oct 2023

Table of Contents

Nptel problem solving through programming in c week 2 assignment answers.

1.Which of the following is not a C variable?
A.Count123
B.Count_123
C.Count@ 123
D.X_123_Count

Answer: C. Count@ 123

1000+ students getting help from instant notifications, Join us on telegram.

2.A function
A.is a block of statements to perform some specific task
B.is a fundamental modular unit to perform some task
C.has a name and can be used multiple times
D.All the above options are true

Answer: D. All the above options are true

3.The execution of any C program is
A.Sequential
B.Parallel
C.Multi-threading
D.None of these

Answer: A. Sequential

4.Syntax error occurs when
A.The rules of grammar of the programming language is violated
B.The statements in the program have no meaning
C.The program gives wrong or undesired output
D.Some illegal operation (e.g. divide by zero) is performed

Answer: A. The rules of grammar of the programming language is violated

5.If integer needs two bytes of storage, then the minimum value of a signed integer in C would be
A.-65535
B.0
C.-32,767
D.-32,768

Answer: D. -32,768

6.What will be the output of the program given below?
Code
A.9
B.0
C.1001
D.Compilation Error

Answer: D. Compilation Error

7.What is the output?
Code
A.8.00
B.4.00
C.0.00
D.16.00

Answer: D. 16.00

8.The following C program swaps the value of two numbers without using any third variable. What will be the correct option to fill up the blank?
Code#


___________________________________________________________________
A.a=a-b; b=a-b; a=a+b;
B.a=a%b; b=a+b; a=a/b;
C.a=a+b; b=a-b; a=a-b;
D.None of the above

Answer: C. a=a+b; b=a-b; a=a-b;

9.What will be the output?
Code#




return 0;
A.1 3
B.3 1
C.1 1
D.3 3

Answer: B. 3 1

10.When executed the following code will print _______ .
Code

NPTEL Problem Solving Through Programming In C Week 1 Assignment Answers

1.What type of device is computer webcam?
A.Memory
B.Output
C.Storage
D.Input

Answer: Option D. Input

2.Set of instructions to be provided to an electronic machine to perform a task is called
A.Programming
B.Processing
C.Computing
D.Compiling

Answer: Option A. Programming

3.Which of the following language does the computer understand?
A.Computer understands only C Language
B.Computer understands only Assembly Language
C.Computer understands only Binary Language
D.Computer understands only BASIC

Answer: Option C. Computer understands only Binary Language

4.Which of the following is known as the language made up of binary-coded instructions?
A.High level
B.BASIC
C.C
D.Machine

Answer: D. Machine

5.Algorithm is-
A.A process or set of rules to be followed in calculations or other problem-solving operations, especially by a human.
B.A process or set of rules to be followed to solve numerical problems only.
C.A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
D.A process or set of rules to be followed in to solve logical problems only.

Answer: C. A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

6.A 2D diagram to represent the steps to be followed to solve a problem is known as
A.Flow-chart
B.Pseudo-code
C.Both (a) and (b)
D.None of these

Answer: Option A. Flow-chart

7.Which one of the following statement is the most appropriate?
A. Pseudo code is basically a diagrammatic representation of the algorithm. Whereas in flowchart normal English language is translated into the programming languages to be worked on.
B.Flowchart is diagrammatic representation of the algorithm. Pseudo code is just another name of algorithm.
C.Pseudo code is another name of programming. Whereas in flowchart is diagrammatic representation of algorithm.
D.Flowchart is basically a diagrammatic representation of the algorithm. Whereas in pseudo code normal English language is translated into the programming languages to be worked on.

Answer: D. Flowchart is basically a diagrammatic representation of the algorithm. Whereas in pseudo code normal English language is translated into the programming languages to be worked on.

8.The input N from the user is 6. The output of the following algorithm is
(Image is given in your assignment)
A.21
B.720
C.1
D.1024

Answer: C. 1

9.What will be the output of the algorithm given below?
(Image is given in your assignment)
A.51
B.52
C.50
D.Compilation error

Answer: D. Compilation error

10.The section of the CPU that selects, interprets and sees to the execution of program instructions.
A.Memory
B.Register Unit
C.Control Unit
D.ALU

Answer: C. Control Unit

Disclaimer: These answers are provided only for the purpose to help students to take references. This website does not claim any surety of 100% correct answers. So, this website urges you to complete your assignment yourself.

Related Posts

NPTEL Cloud Computing Assignment 3 Answers 2023

NPTEL Cloud Computing Assignment 3 Answers 2023

NPTEL Programming In Java Week 6 Assignment Answers 2023

NPTEL Programming In Java Week 6 Assignment Answers 2023

NPTEL Cloud Computing and Distributed Systems Assignment 6 Answers 2023

NPTEL Cloud Computing and Distributed Systems Assignment 6 Answers 2023

NPTEL Cloud Computing Assignment 5 Answers 2023

NPTEL Cloud Computing Assignment 5 Answers 2023

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Quizermania Logo

Problem Solving Through Programming In C NPTEL 2022 Week 1 Solutions

This set of MCQ(multiple choice questions) focuses on the  Problem Solving Through Programming In C NPTEL Week 1 Solutions.

Problem solving through programming in c NPTEL

Course layout

Answers COMING SOON! Kindly Wait!

Week 0 : Assignment Week 1 :  Introduction to Problem Solving through programs Week 2 :   Arithmetic expressions, Relational Operations, Logical expressions; Introduction to Conditional Branching Week 3 :   Conditional Branching and Iterative Loops Programming Assignment Week 4 :   Arranging things : Arrays Programming Assignment Week 5 :   2-D arrays, Character Arrays and Strings   Programming Assignment Week 6 :   Basic Algorithms including Numerical Algorithms Week 7 :  Functions and Parameter Passing by Value Week 8 :  Passing Arrays to Functions, Call by Reference Programming Assignment Week 9 :  Recursion Week 10 :   Structures and Pointers Week 11 :  Self-Referential Structures and Introduction to Lists Week 12 :   Advanced Topics

NOTE:  You can check your answer immediately by clicking show answer button. Problem Solving Through Programming In C NPTEL Week 1 assignment answers ” contains 10 questions.

Now, start attempting the quiz.

Problem Solving Through Programming In C NPTEL Week 1 assignment answers

Q1. Set of instructions to be provided to an electronic machine to perform a task is called

a) Programming b) Processing c) Computing d) Compiling

Answer: a) Programming

Q2. A 2D diagram to represent the steps to be followed to solve a problem is known as

a) Flow-chart b) Pseudo-code c) Both (a) and (b) d) None of these

Answer: a) Flow-chart

Q3. X ia an integer (X=1234). The print valud of Y of the algorithm below is

a) 10 b) 11223344 c) 4321 d) 0

Answer: c) 4321

Q4. The section of the CPU that selects, interprets and sees to the execution of program instructions

a) Memory b) Register Unit c) Control Unit d) ALU

Answer: c) Control Unit

Q5. The input N from the user is 6. The output of the following algorithm is

a) 120 b) 720 c) 1 d) 5040

Answer: d) 5040

Q6. Which one is comparatively faster in terms of execution?

a) Interpreter b) Compiler c) Both are same d) Depends on the programming language

Answer: b) Compiler

Q7. What will be the output of the flowchart given below?

a) 20 b) 21 c) 10 d) 0.33

Answer: b) 21

Q8. The ALU unit of computer

a) can perform logical operation only b) can perform arithmetic operation only c) can perform both arithmetic and logical operations d) None of the above are true

Answer: c) can perform both arithmetic and logical operations

Q9. What type of device is computer touchpad?

a) Memory b) Output c) Storage d) Input

Answer: d) Input

Q10. Compiler helps in the translation from

a) Integer to binary b) High-level program to binary digits c) High-level language to machine level language d) Pseudo code to computer program

Answer: c) High-level language to machine level language

Previous Year – Problem Solving Through Programming In C NPTEL Week 1 assignment answers

Q1. The input given from keyboard is converted to computer understandable unit (bit) by the standard

a) ISO b) ANSI c) ASCII d) EBCDIC

Answer: c) ASCII

Q2. The execution nature of C program is

a) Event-based b) Concurrent c) Multi-threaded d) Sequential

Answer: d) Sequential

Q3. Choose the correct statements from the following i) In high-level language, testing and debugging a program is difficult than assembly language. ii) C programs are highly portable on any type of operating system platform. iii) A flowchart is a visual representation of the sequence of steps for solving a problem. iv) The role of a compiler is to translate source program statements to decimal codes.

a) (i) and (ii) b) (ii) and (iii) c) (i), (ii) and (iii) d) (ii, (iii) and (iv)

Answer: b) (ii) and (iii)

Q4. When we write X=Y in C, which of the following statements is valid?

a) X and Y both have same values but different locations. b) X and Y both have same location and same values. c) X and Y have different values and same location. d) X and Y have different values and different locations.

Answer: a) X and Y both have same values but different locations.

Q5. What will be the output of the flowchart given below?

a) 4 b) 8 c) 16 d) 20

Answer: c) 16

Q6. The output of the following algorithm is

a) 21 b) 28 c) 30 d) 40

Answer: b) 28

Q7. The print values of ‘a’ and ‘b’ of the flowchart below are

a) a=4, b=6 b) a=6, b=4 c) a=10, b=2 d) a=2, b=10

Answer: b) a=6, b=4

Q8. The program which translates high level program into its equivalent machine language program is called

a) translator b) a language processor c) a convertor d) None of the above

Answer: a) translator

Q9. An interpreter reads the source code of a program

a) one line at a time b) two line at a time c) complete program in one stroke d) None of these

Answer: a) one line at a time

Q10. The C language has been developed at

a) IBM, USA b) Borland International, USA c) Sun Microsystems d) AT & T Bell Labs, USA

Answer: d) AT & T Bell Labs, USA

Previous Course – Week 1 assignment answers

Q1. The section of CPU that is responsible for performing mathematical operations is known as

a) Memory b) Register unit c) ALU-Arithmetic and Logic Unit d) Control unit

Answer: c) ALU-Arithmetic and Logic Unit

Q2. What type of device is a computer mouse?

Q3. Algorithm is-

a) A process or set of rules to be followed in calculations or other problem-solving operations, especially by a human. b) A process or set of rules to be followed to solve numerical problems only. c) A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer. d) A process or set of rules to be followed in to solve logical problems only.

Q4. The smallest unit of memory is

a) Byte b) Bit c) Nibble d) Baud

Answer: b) Bit

Problem Solving Through Programming In C NPTEL Week 1 solutions

Problem Solving Through Programming In C NPTEL Week 1 solutions

Q6. The input N from the user is 7. The output of the following algorithm is

problem solving through programming in c nptel answers

a) 5040 b) 720 c) 28 d) 21

Answer: a) 5040

Q7. X is an integer (X=1248). The print value of Y of the flowchart below is

problem solving through programming in c nptel answers

a) 1248 b) 88442211 c) 8421 d) 0

Answer: c) 8421

Q8. The section of the CPU that selects, interprets and sees to the execution of program instructions

Q9. The ________ scans the entire C program and translates it as a whole into machine code.

a) Interpreter b) Compiler c) Program counter d) Operating system

Q10. The list of coded instructions is called

a) Computer Program b) Algorithm c) Flow chart d) Utility instructions

Answer: a) Computer Program

<< Prev – An Introduction to Programming Through C++ Week 0 Assignment Solutions

>> Next- An Introduction to Programming Through C++ Week 2 Assignment Solutions

Programming in Java NPTEL week 1 quiz answers

NPTEL – Python for Data Science assignment solutions

Nptel – Deep Learning assignment solutions

The above question set contains all the correct answers. But in any case, you find any typographical, grammatical or any other error in our site then kindly  inform us . Don’t forget to provide the appropriate URL along with error description. So that we can easily correct it.

Thanks in advance.

For discussion about any question, join the below comment section. And get the solution of your query. Also, try to share your thoughts about the topics covered in this particular quiz.

Related Posts

Html mcq : html basics (multiple choice question), html mcq : html web browsers (multiple choice question).

Preprocessor Directives

C programming MCQ : Preprocessor Directives(MULTIPLE CHOICE QUESTION)

C++ mcq : c++ basics(multiple choice question), 2 thoughts on “problem solving through programming in c nptel 2022 week 1 solutions”.

' src=

answer of 6th question is 720 bcz n<7 not <= 7

' src=

Answer is 5040. Try it again step by step. When i becomes 6: the condition will become 6<7 So, the condition is true that means i become i+1 (i.e., i = 7) Now, X = x*i (i.e., X = 720*7=5040) Again we have to check condition which is 7<7 (False) So, we came out of the loop and print(x) which is 5040.

Hope you got it. Try it once 🙂

Leave a Comment Cancel Reply

Your email address will not be published. Required fields are marked *

Save my name, email, and website in this browser for the next time I comment.

  • 1st Central Law Reviews: Expert Legal Analysis & Insights

NPTEL Problem Solving Through Programming In C Assignment 1 Answers 2022

In this post, We have provided answers of NPTEL Problem Solving Through Programming In C Assignment 1. We provided answers here only for reference. Plz, do your assignment at your own knowledge.

ALSO READ :- NPTEL Exam Result 2022 | NPTEL Swayam Result Download NPTEL Registration Steps [July – Dec 2022] NPTEL Exam Pattern Tips & Top Tricks [2022]

1. The input given from keyboard is converted to computer understandable unit (bit) by the standard a) ISO b) ANSI c) ASCII d) EBCDIC

2. The execution nature of C program is a) Event-based b) Concurrent c) Multi-threaded d) Sequential

Answers will be Uploaded Shortly and it will be Notified on Telegram, So  JOIN NOW

NPTEL Problem Solving Through Programming In C Assignment 1 Answers 2022

3. Choose the correct statements from the following i) In high-level language, testing and debugging a program is difficult than assembly language. ii) C programs are highly portable on any type of operating system platform. iii) A flowchart is a visual representation of the sequence of steps for solving a problem. iv) The role of a compiler is to translate source program statements to decimal codes. a) (i) and (ii) b) (ii) and (iii) c) (i), (ii), and (iii) d) (ii), (iii), and (iv)

4. When we write X=Y in C, which of the following statements is valid? a) X and Y both have same values but different locations. b) X and Y both have same location and same values. c) X and Y have different values and same location. d) X and Y have different values and different locations.

5. What will be the output of the flowchart given below?

NPTEL Problem Solving Through Programming In C Assignment 1 Answers 2022

6. The output of the following algorithm is

NPTEL Problem Solving Through Programming In C Assignment 1 Answers 2022

👇 For Week 02 Assignment Answers 👇

7. The print values of ‘a’ and ‘b’ of the flowchart below are

NPTEL Problem Solving Through Programming In C Assignment 1 Answers 2022

  • a) a=4, b=6
  • b) a=6, b=4
  • c) a=10, b=2
  • d) a=2, b=10

8. The program which translates high level program into its equivalent machine language program is called a) a translator b) a language processor c) a converter d) None of the above

9. An interpreter reads the source code of a program a) one line at a time b) two line at a time c) complete program in one stroke d) None of these

10. The C language has been developed at a)   IBM, USA b)   Borland International, USA c)   Sun Microsystems d)   AT & T Bell Labs, USA

For More NPTEL Answers:-  CLICK HERE

Join Our Telegram:-  CLICK HERE

About Problem Solving Through Programming In C

This course is aimed at enabling the students to

  • Formulate simple algorithms for arithmetic and logical problems
  • Translate the algorithms to programs (in C language)
  • Test and execute the programs and  correct syntax and logical errors
  • Implement conditional branching, iteration and recursion
  • Decompose a problem into functions and synthesize a complete program using divide and conquer approach
  • Use arrays, pointers and structures to formulate algorithms and programs
  • Apply programming to solve matrix addition and multiplication problems and searching and sorting problems 
  • Apply programming to solve simple numerical method problems, namely rot finding of function, differentiation of function and simple integration

COURSE LAYOUT

  • Week 1 :  Introduction to Problem Solving through programs, Flowcharts/Pseudo codes, the compilation process, Syntax and Semantic errors, Variables and Data Types 
  • Week 2 :  Arithmetic expressions, Relational Operations, Logical expressions; Introduction to Conditional Branching
  • Week 3 :  Conditional Branching and Iterative Loops
  • Week 4 :  Arranging things : Arrays
  • Week 5 :  2-D arrays, Character Arrays and Strings 
  • Week 6 :  Basic Algorithms including Numerical Algorithms
  • Week 7 :  Functions and Parameter Passing by Value
  • Week 8 :  Passing Arrays to Functions, Call by Reference
  • Week 9 :  Recursion
  • Week 10 :  Structures and Pointers
  • Week 11 :  Self-Referential Structures and Introduction to Lists
  • Week 12 :  Advanced Topics

CRITERIA TO GET A CERTIFICATE

This course will have an unproctored programming exam also apart from the Proctored exam, please check the announcement section for the date and time. The programming exam will have a weightage of 25% towards the Final score.

Final score = Assignment score + Unproctored programming exam score + Proctored Exam score

  • Assignment score = 25% of the average of best 8 assignments out of the total 12 assignments given in the course. 
  • ( All assignments in a particular week will be counted towards final scoring – quizzes and programming assignments). 
  • Unproctored programming exam score = 25% of the average scores obtained as part of the Unproctored programming exam – out of 100
  • Proctored Exam score =50% of the proctored certification exam score out of 100

YOU WILL BE ELIGIBLE FOR A CERTIFICATE ONLY IF THE ASSIGNMENT SCORE >=10/25 AND UNPROCTORED PROGRAMMING EXAM SCORE >=10/25 AND PROCTORED EXAM SCORE >= 20/50. 

If any one of the 3 criteria is not met, you will not be eligible for the certificate even if the Final score >= 40/100.

1 thought on “NPTEL Problem Solving Through Programming In C Assignment 1 Answers 2022”

Q. No. 1 Answer is (c) not (b). So please update that.

Leave a Comment Cancel reply

You must be logged in to post a comment.

Please Enable JavaScript in your Browser to Visit this Site.

Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications You must be signed in to change notification settings

kg-0805/NPTEL-Problem-Solving-through-programming-in-C

Folders and files.

NameName
51 Commits

Repository files navigation

Nptel - problem solving through programming in c.

Course layout

  • Week 1 : Introduction to Problem Solving through programs, Flowcharts/Pseudo codes, the compilation process, Syntax and Semantic errors, Variables and Data Types
  • Week 2 : Arithmetic expressions, Relational Operations, Logical expressions; Introduction to Conditional Branching
  • Week 3 : Conditional Branching and Iterative Loops
  • Week 4 : Arranging things : Arrays
  • Week 5 : 2-D arrays, Character Arrays and Strings
  • Week 6 : Basic Algorithms including Numerical Algorithms
  • Week 7 : Functions and Parameter Passing by Value
  • Week 8 : Passing Arrays to Functions, Call by Reference
  • Week 9 : Recursion
  • Week 10 : Structures and Pointers
  • Week 11 : Self-Referential Structures and Introduction to Lists
  • Week 12 : Advanced Topics

Course Taken Between

January 2020 to April 2020

You Can also suggest edits in the code if you feel to , just start a pull request.

swayam-logo

  • Review Assignment
  • Announcements
  • About the Course
  • Explore Courses

Problem Solving Through Programming In C - Unproctored Exam Test - Session 1

Dear Students, The questions for the Unproctored Programming Exam Test are available now in the course page. Please fine the questions under the course outline:  Programming Exam 2022 (First Session) (10am - 11am). You can access the questions in the below link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=189 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=190 Best of Luck! -NPTEL Team

Problem Solving Through Programming In C - Unproctored Exam Test - Session 2

Dear Students, The questions for the Unproctored Programming Exam Test are available now in the course page. Please fine the questions under the course outline:  Programming Exam 2022 (Second Session) (8pm - 9pm). You can access the questions in the below link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=191 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=192 Best of Luck! -NPTEL Team

Reminder 4 : Problem solving through Programming In C: Online Programming test (Jan 2022 Semester)

Dear Candidate Note: If you are registering and taking exam in Jan-Apr 2022 exam , it is mandatory to take this Non-proctored exam as the previous semester Non-proctored programming exam score will not be considered. The criteria for certification of this course " Problem solving through Programming In C " is different because of the online programming exam component.  Please read the following carefully. Final score = 25% of Assignment score + 50% of Online exam score (Proctored) + 25% of Programming exam (unproctored).  - Unproctored means, candidates will be taking the exam from college/home without NPTEL team present for monitoring the test- with access to all resources. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  How to take the online programming test 1. Go to:  https://onlinecourses.nptel.ac.in/noc21_cs01/ 2. Log in using the same email id which you have been accessing the course (i.e. using to watch videos & submit Assignments) 3. There will be sections under the course outline  "Programming Test (April 11)"   that will have the online programming exam link.   4. You can click on this link and attempt the programming exam. Date:  April 11 , 2022 (Monday) First Session:  10.00AM - 11.00AM   (Duration of the session will be 1 hr) Second Session: 8.00PM - 9.00PM  (Duration of the session will be  1 hr ) Note - You can take any one or both sessions too; the best score will be considered towards the final certification score. - You can take the exam from your college or home. - The exam has to be taken in pc or laptop.  DO NOT TRY TO TAKE THE EXAM USING YOUR MOBILE PHONE. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  - If you encounter any issues during the exam, please write to   [email protected] IMPORTANT: CERTIFICATION CRITERIA     Candidates have to come to the exam center and take the theory test on  April 23,2022.     It is mandatory to take the Proctored in-person final exam to obtain a certificate.     To pass the course and get a certificate:   Assignment score >= 40/100 AND Programming exam score >= 40/100 AND Proctored exam score >= 40/100         OR   Assignment score >= 10/25 AND Programming exam score >= 10/25 AND Proctored exam score >= 20/50    All 3 conditions have to be satisfied. All the best to the candidates! -NPTEL Team.

Reminder 3 : Problem solving through Programming In C: Online Programming test (Jan 2022 Semester)

Reminder 2 : problem solving through programming in c: online programming test (jan 2022 semester), reminder 1 : problem solving through programming in c: online programming test (jan 2022 semester), problem solving through programming in c: online programming test (jan 2022 semester), nptel: exam registration is open now for jan 2022 courses.

Dear Candidate,

Here is a golden opportunity for those who had previously enrolled in this course during the Jan 2021 semester, but could not participate in the exams or were absent/did not pass the exam for this course. This course is being reoffered in Jan 2022 and we are giving you another chance to write the exam in April 2022 and obtain a certificate based on NPTEL norms. Do not let go of this unique opportunity to earn a certificate from the IITs/IISc.

IMPORTANT instructions for learners - Please read this carefully  

1. The exam date for this course: April 23, 2022

2. Certification exam registration URL is: CLICK HERE

Please fill the exam form using the same Enrolled email id & make fee payment via the form, as before.

3. Choose from the Cities where exam will be conducted: Exam Cities  

4. You DO NOT have to re-enroll in the courses. 

5. You DO NOT have to resubmit Assignments OR participate in the non-proctored 

programming exams.

6. If you do enroll to Jan 2022 course, we will take the best average assignment scores/non-proctored programming exam score across the two semesters

Our suggestion:

- Please check once if you have >= 40/100  in average assignment score and also participate in the non-proctored programming exams that will be conducted during this semester in the course to become eligible for the e-certificate, wherever applicable.

- If not, please submit Assignments again in the Jan 2022 course & and also participate in the non-proctored programming exams to become eligible for the e-certificate.

- You can also submit Assignments again and participate in the non-proctored programming exams if you want to better your previous scores.

RECOMMENDATION: Please enroll to the Jan 2022 course and brush up your lessons for the exam.

7. Exam fees: 

If you register for the exam and pay before March 14, 2022, 10:00 AM, Exam fees will be Rs. 1000/- per exam . 

If you register for exam before March 14, 2022, 10:00 AM and have not paid or if you register between March 14, 2022, 10:00 AM & March 18, 2022, 10:00 AM, Exam fees will be Rs. 1500/- per exam 

8. 50% fee waiver for the following categories: 

Students belonging to the SC/ST category: please select Yes for the SC/ST option and upload the correct Community certificate.

Students belonging to the PwD category with more than 40% disability: please select Yes for the option and upload the relevant Disability certificate. 

9. Last date for exam registration: March 18, 2022 10:00 AM (Friday). 

10. Mode of payment: Online payment - debit card/credit card/net banking. 

11. HALL TICKET: 

The hall ticket will be available for download tentatively by 2 weeks prior to the exam date . We will confirm the same through an announcement once it is published. 

12. FOR CANDIDATES WHO WOULD LIKE TO WRITE MORE THAN 1 COURSE EXAM:- you can add or delete courses and pay separately – till the date when the exam form closes. Same day of exam – you can write exams for 2 courses in the 2 sessions. Same exam center will be allocated for both the sessions. 

13. Data changes: 

Last date for data changes: March 18, 2022 10:00 AM :  

All the fields in the Exam form except for the following ones can be changed until the form closes. 

The following 6 fields can be changed ONLY when there are NO courses in the course cart. And you will be able to edit the following fields only if you: - 

REMOVE unpaid courses from the cart And/or - CANCEL paid courses 

1. Do you come under the SC/ST category? * 

2. SC/ST Proof 

3. Are you a person with disabilities? * 

4. Are you a person with disabilities above 40%? 

5. Disabilities Proof 

6. What is your role ? 

Note: Once you remove or cancel a course, you will be able to edit these fields immediately. 

But, for cancelled courses, refund of fees will be initiated only after 2 weeks. 

14. LAST DATE FOR CANCELLING EXAMS and getting a refund: March 18, 2022 10:00 AM  

15. Click here to view Timeline and Guideline : Guideline  

Domain Certification

Domain Certification helps learners to gain expertise in a specific Area/Domain. This can be helpful for learners who wish to work in a particular area as part of their job or research or for those appearing for some competitive exam or becoming job ready or specialising in an area of study.  

Every domain will comprise Core courses and Elective courses. Once a learner completes the requisite courses per the mentioned criteria, you will receive a Domain Certificate showcasing your scores and the domain of expertise. Kindly refer to the following link for the list of courses available under each domain: https://nptel.ac.in/noc/Domain/discipline.html

Outside India Candidates

Candidates who are residing outside India may also fill the exam form and pay the fees. Mode of exam and other details will be communicated to you separately.

Thanks & Regards, 

Reminder 4: Problem solving through Programming In C: Online Programming test (July 2021 Semester)

Dear Candidate Note: If you are registering and taking exam in July-Dec 2021 exam , it is mandatory to take this Non-proctored exam as the previous semester Non-proctored programming exam score will not be considered. The criteria for certification of this course " Problem solving through Programming In C " is different because of the online programming exam component.  Please read the following carefully. Final score = 25% of Assignment score + 50% of Online exam score (Proctored) + 25% of Programming exam (unproctored).  - Unproctored means, candidates will be taking the exam from college/home without NPTEL team present for monitoring the test- with access to all resources. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  How to take the online programming test 1. Go to:  https://onlinecourses.nptel.ac.in/noc21_cs01/ 2. Log in using the same email id which you have been accessing the course (i.e. using to watch videos & submit Assignments) 3. There will be sections under the course outline  "Programming Test (October 17)"   that will have the online programming exam link.   4. You can click on this link and attempt the programming exam. Date:   October 17, 2021 (Sunday) First Session:  10.00AM - 11.00AM   (Duration of the session will be 1 hr) Second Session: 8.00PM - 9.00PM  (Duration of the session will be  1 hr ) Note - You can take any one or both sessions too; the best score will be considered towards the final certification score. - You can take the exam from your college or home. - The exam has to be taken in pc or laptop.  DO NOT TRY TO TAKE THE EXAM USING YOUR MOBILE PHONE. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  - If you encounter any issues during the exam, please write to   [email protected] IMPORTANT: CERTIFICATION CRITERIA     Candidates have to come to the exam center and take the theory test on  October 23,2021.     It is mandatory to take the Proctored in-person final exam to obtain a certificate.     To pass the course and get a certificate:   Assignment score >= 40/100 AND Programming exam score >= 40/100 AND Proctored exam score >= 40/100         OR   Assignment score >= 10/25 AND Programming exam score >= 10/25 AND Proctored exam score >= 20/50    All 3 conditions have to be satisfied. All the best to the candidates! -NPTEL Team.

Problem solving through Programming In C - Unproctored Exam Test - Session 2

Dear Students, The questions for the Unproctored Programming Exam Test are available now in the course page. Please fine the questions under the course outline  Programming Exam Oct 2021 (Second Session) :  (8.00PM - 9.00PM). You can access the questions in the below link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=185 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=184 Best of Luck! -NPTEL Team

Problem solving through Programming In C - Unproctored Exam Test - Session 1

Dear Students, The questions for the Unproctored Programming Exam Test are available now in the course page. Please fine the questions under the course outline Programming Exam Oct 2021 (First Session): (10.00AM - 11.00AM). You can access the questions in the below link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=181 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=183 Best of Luck! -NPTEL Team

Reminder 3: Problem solving through Programming In C: Online Programming test (July 2021 Semester)

Reminder 1: problem solving through programming in c: online programming test (july 2021 semester), reminder 2: problem solving through programming in c: online programming test (july 2021 semester), thank you for learning with nptel.

Dear Learner, Thank you for taking the course with NPTEL!! Hope you enjoyed the journey with us. The results for this course have been published and we are closing this course now.  You will still have access to the contents and assignments of this course, if you click on the course name from the "Mycourses" tab on swayam.gov.in. The discussion forum is being closed though and you cannot ask questions here. For any further queries please write to [email protected] . - Team NPTEL

Problem solving through Programming In C: Result Published!

  • Hard copies of certificates will not be dispatched.
  • The duration shown in the certificate will be based on the timeline of offering of the course in 2021, irrespective of which Assignment score that will be considered.

Feedback for Problem solving through Programming In C

Dear student, We are glad that you have attended the NPTEL online certification course. We hope you found the NPTEL Online course useful and have started using NPTEL extensively. In this regard, we would like to have feedback from you regarding our course and whether there are any improvements, you would like to suggest.   We are enclosing an online feedback form and would request you to spare some of your valuable time to input your observations. Your esteemed input will help us in serving you better. The link to give your feedback is: https://docs.google.com/forms/d/1DUKdDzK6b24hpJSBTnuurZSfFwDAy30TMwpNM1vIt48/viewform We thank you for your valuable time and feedback. Thanks & Regards, -NPTEL Team

Problem solving through Programming In C : Online Programming test (July 2021 Semester)

Problem solving through programming in c: open now for exam registration july 2021.

Dear Candidate, Here is a golden opportunity for those who had previously enrolled in this course during the  Jan 2021  semester, but could not participate in the exams or were absent/did not pass the exam for this course. This course is being reoffered in July 2021 and we are giving you another chance to write the exam in Sep/Oct 2021 and obtain a certificate based on NPTEL norms. Do not let go of this unique opportunity to earn a certificate from the IITs/IISc. IMPORTANT instructions for learners - Please read this carefully 1. The exam date for this course:  October 23, 2021 2. Certification exam registration URL is:  https://examform.nptel.ac.in/     Please fill the exam form using the  same Enrolled email id  & make fee payment via the form, as before. 3. Choose from the Cities where exam will be conducted:   Exam Cities 4. You DO NOT have to re-enroll in the courses.  5. You DO NOT have to resubmit Assignments OR participate in the non-proctored  programming exams. 6. If you do enroll to July 2021 course, we will take the best average assignment scores/non-proctored programming exam score across the two semesters Our suggestion: - Please check once if you have >= 40/100  in average assignment score and also participate in the non-proctored programming exams that will be conducted during this semester in the course to become eligible for the e-certificate, wherever applicable. - If not, please submit Assignments again in the July 2021 course & and also participate in the non-proctored programming exams to become eligible for the e-certificate. - You can also submit Assignments again and participate in the non-proctored programming exams if you want to better your previous scores. RECOMMENDATION:  Please enroll to the July 2021 course and brush up your lessons for the exam. 7.  Exam fees:  If you register for the exam and pay before  Sep 13, 2021, 10:00 AM , Exam fees will be  Rs. 1000/- per exam .  If you register for exam before  Sep 13, 2021, 10:00 AM  and have not paid or if you register between  Sep 13, 2021, 10:00 AM & Sep 17, 2021, 5:00 PM , Exam fees will be  Rs. 1500/-  per exam  8. 50% fee waiver for the following categories:  Students belonging to the SC/ST category: please select Yes for the SC/ST option and upload the correct Community certificate. Students belonging to the PwD category with more than 40% disability: please select Yes for the option and upload the relevant Disability certificate.  9. Last date for exam registration: Sep 17, 2021, 5:00 PM (Friday).   10. Mode of payment: Online payment - debit card/credit card/net banking.  11. HALL TICKET:  The hall ticket will be available for download tentatively by  2 weeks prior to the exam date  . We will confirm the same through an announcement once it is published.  12. FOR CANDIDATES WHO WOULD LIKE TO WRITE MORE THAN 1 COURSE EXAM:- you can add or delete courses and pay separately – till the date when the exam form closes. Same day of exam – you can write exams for 2 courses in the 2 sessions. Same exam center will be allocated for both the sessions.  13.  Data changes:   Last date for data changes: Sep 17, 2021, 5:00 PM:  All the fields in the Exam form except for the following ones can be changed until the form closes.  The following 6 fields can be changed ONLY when there are NO courses in the course cart. And you will be able to edit the following fields only if you: -  REMOVE unpaid courses from the cart And/or - CANCEL paid courses  1. Do you come under the SC/ST category? *  2. SC/ST Proof  3. Are you a person with disabilities? *  4. Are you a person with disabilities above 40%?  5. Disabilities Proof  6. What is your role ?  Note:  Once you remove or cancel a course, you will be able to edit these fields immediately.  But, for cancelled courses, refund of fees will be initiated only after 2 weeks.  14.  LAST DATE FOR CANCELLING EXAMS and getting a refund: Sep 17, 2021, 5:00 PM   15. Click here to view Timeline and Guideline :  Guideline   Domain Certification Domain Certification helps learners to gain expertise in a specific Area/Domain. This can be helpful for learners who wish to work in a particular area as part of their job or research or for those appearing for some competitive exam or becoming job ready or specialising in an area of study.     Every domain will comprise Core courses and Elective courses. Once a learner completes the requisite courses per the mentioned criteria, you will receive a Domain Certificate showcasing your scores and the domain of expertise. Kindly refer to the following link for the list of courses available under each domain:  https://nptel.ac.in/noc/Domain/discipline.html Thanks & Regards,  NPTEL TEAM

Problem solving through Programming In C - Session I - Program II Change of score

Those who have answered the program -II of Session-I correctly regardless of whichever printf statement ("Total Repeated elements" or "Total repeated elements" ) you have used may notice that their score is shown as 50% (for this particular program only).  You do not need to worry about it. It will be treated as full marks (100%) while calculating the final score.  This is mainly done to incorporate both the printf statement.  Thanks

Dear Students, The questions for the Unproctored Programming Exam Test are available now in the course page. Please fine the questions under the course outline  Programming Exam Jan 2021 (First Session):  (10.00AM - 11.00AM). You can access the questions in the below link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=181 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=183 Best of Luck! -NPTEL Team

Dear Students, The questions for the Unproctored Programming Exam Test are available now in the course page. Please fine the questions under the course outline  Programming Exam Jan 2021 (Second Session) :  (8.00PM - 9.00PM). You can access the questions in the below link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=185 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=184 Best of Luck! -NPTEL Team

April 2021 NPTEL Exams have been postponed!

Dear learner Taking the current covid situation into consideration, the NPTEL exams scheduled to be conducted on 24/25 April stand postponed until further notice. We will keep you informed of the potential dates for the exams as the situation improves and we finalize the same. Thanks and Regards, NPTEL TEAM.

Reminder 2: Problem solving through Programming In C : Online Programming test (Jan 2021 Semester) - April 18,2021!!

Dear Learner Unproctored Programming exam for this course will be as per schedule. Date:   April 18, 2021 (Sunday) First Session:  10.00AM - 11.00AM   (Duration of the session will be 1 hr) Second Session: 8.00PM - 9.00PM  (Duration of the session will be  1 hr ) Please check previous announcement for more details. -NPTEL Team

Problem solving through Programming In C - Week 12 Question no. 10 Correction

Week 12 Question no. 10 in the statement if((x == sizeof(int) + 2*sizeof(char)) one extra bracket is printed after the if statement. Kindly ignore the typo and answer accordingly. The correct statement will be if(x == sizeof(int) + 2*sizeof(char))

Problem solving through Programming In C - Solution for Week 12 Assignment

Dear Learners,

Detailed Solution for Assignment 12 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.

-NPTEL Team

Problem solving through Programming In C : Assignment 6 question no 6

Dear Students, There is a mistake in assignment 6 question no 6. Hence the question is not considered for evaluation. The re-evaluation has been done. The updated score is displayed under Progress tab. Sorry for the inconvenience. -NPTEL Team

Problem solving through Programming In C - Solution for Week 11 Assignment

Detailed Solution for Assignment 11 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.

Problem solving through Programming In C - Week 12 Feedback Form

Thank you for enrolling to this NPTEL course and we hope you have gone through the contents for this week and also attempted the assignment.

We value your feedback and wish to know how you found the videos and the questions asked - whether they were easy, difficult, as per your expectations, etc

We shall use this to make the course better and we can also know from the feedback which concepts need more explanation, etc.

Please do spare some time to give your feedback - comprises just 5 questions - should not take more than a minute, but makes a lot of difference for us as we know what the Learners feel.

Here is the link to the form: https://docs.google.com/forms/d/e/1FAIpQLScnQOFwbrWSE19GlYdIR1qcDTVrDoHNVkrnGyIALvrXv7Yrqg/viewform

Exam Format - April 24,2021

Dear Candidate, ****This is applicable only for the exam registered candidates**** Type of exam will be available in the list: Click Here You will have to appear at the allotted exam center and produce your Hall ticket and Government Photo Identification Card (Example: Driving License, Passport, PAN card, Voter ID, Aadhaar-ID with your Name, date of birth, photograph and signature) for verification and take the exam in person.  You can find the final allotted exam center details in the hall ticket. The hall ticket is yet to be released . We will notify the same through email and SMS. Type of exam: Computer based exam (Please check in the above list corresponding to your course name) The questions will be on the computer and the answers will have to be entered on the computer; type of questions may include multiple choice questions, fill in the blanks, essay-type answers, etc. Type of exam: Paper and pen Exam  (Please check in the above list corresponding to your course name) The questions will be on the computer. You will have to write your answers on sheets of paper and submit the answer sheets. Papers will be sent to the faculty for evaluation. On-Screen Calculator Demo Link: Kindly use the below link to get an idea of how the On-screen calculator will work during the exam. https://tcsion.com/ OnlineAssessment/ ScientificCalculator/ Calculator.html NOTE: Physical calculators are not allowed inside the exam hall. -NPTEL Team

Problem solving through Programming In C - Week 12 is live now!!

Dear Students

The lecture videos for Week 12 have been uploaded for the course Problem solving through Programming In C . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=94&lesson=95

The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already).

Assignment for  Week 12 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=94&assessment=175 Programming Assignment for  Week 11 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=168 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=176 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=177 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=178 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=179

The assignment has to be submitted on or before Wednesday, 2021-04-14, 23:59 IST. The programming assignment has to be submitted on or before Thursday, 2021-04-15, 23:59 IST.

As we have done so far, please use the discussion forums if you have any questions on this module.

--NPTEL Team

Problem solving through Programming In C - Week 11 Feedback Form

Problem solving through programming in c - solution for week 10 assignment.

Detailed Solution for Assignment 10 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.

Problem solving through Programming In C - Solution for Week 9 Assignment

Detailed Solution for Assignment 9 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.

Problem solving through Programming In C - Week 10 Feedback Form

Problem solving through programming in c - week 11 is live now.

The lecture videos for Week 11 have been uploaded for the course Problem solving through Programming In C . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=87&lesson=88

Assignment for  Week 11 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=87&assessment=174 Programming Assignment for  Week 11 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=163 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=164 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=165 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=166 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=167

The assignment has to be submitted on or before Wednesday, 2021-04-07, 23:59 IST. The programming assignment has to be submitted on or before Thursday, 2021-04-08, 23:59 IST.

Problem solving through Programming In C - Week 9 Feedback Form

Problem solving through programming in c - solution for week 8 assignment.

Detailed Solution for Assignment 8 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.

Problem solving through Programming In C - Week 10 is live now!!

The lecture videos for Week 10 have been uploaded for the course Problem solving through Programming In C . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=80&lesson=81

Assignment for  Week 10 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=80&assessment=162 Programming Assignment for  Week 10 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=169 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=170 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=171 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=172 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=173

The assignment has to be submitted on or before Wednesday, 2021-03-31, 23:59 IST. The programming assignment has to be submitted on or before Thursday, 2021-04-01, 23:59 IST.

Problem solving through Programming In C - Week 9 is live now!!

The lecture videos for Week 9 have been uploaded for the course Problem solving through Programming In C . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=73&lesson=74

Assignment for  Week 9 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=73&assessment=156 Programming Assignment for  Week 9 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=157 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=158 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=159 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=160 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=161

The assignment has to be submitted on or before Wednesday, 2021-03-24, 23:59 IST. The programming assignment has to be submitted on or before Thursday, 2021-03-25, 23:59 IST.

Problem solving through Programming In C - Week 8 Feedback Form

Reminder 1: problem solving through programming in c : online programming test (postponed to april 18,2021).

Dear Candidate The criteria for certification of this course " Problem solving through Programming In C " is different because of the online programming exam component.  Please read the following carefully. Final score = 25% of Assignment score + 50% of Online exam score (Proctored) + 25% of Programming exam (unproctored).  - Unproctored means, candidates will be taking the exam from college/home without NPTEL team present for monitoring the test- with access to all resources. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  How to take the online programming test 1. Go to:  https://onlinecourses.nptel.ac.in/noc21_cs01/ 2. Log in using the same email id which you have been accessing the course (i.e. using to watch videos & submit Assignments) 3. There will be sections under the course outline  "Programming Test (April 18)"   that will have the online programming exam link.   4. You can click on this link and attempt the programming exam. Date:   April 18, 2021 (Sunday) First Session:  10.00AM - 11.00AM   (Duration of the session will be 1 hr) Second Session: 8.00PM - 9.00PM  (Duration of the session will be  1 hr ) Note - You can take any one or both sessions too; the best score will be considered towards the final certification score. - You can take the exam from your college or home. - The exam has to be taken in pc or laptop.  DO NOT TRY TO TAKE THE EXAM USING YOUR MOBILE PHONE. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  - If you encounter any issues during the exam, please write to   [email protected] IMPORTANT: CERTIFICATION CRITERIA     Candidates have to come to the exam center and take the theory test on  April 24,2021.     It is mandatory to take the Proctored in-person final exam to obtain a certificate.     To pass the course and get a certificate:   Assignment score >= 40/100 AND Programming exam score >= 40/100 AND Proctored exam score >= 40/100         OR   Assignment score >= 10/25 AND Programming exam score >= 10/25 AND Proctored exam score >= 20/50    All 3 conditions have to be satisfied. All the best to the candidates! -NPTEL Team.

Problem solving through Programming In C - Solution for Week 7 Assignment

Detailed Solution for Assignment 7 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.

Problem solving through Programming In C - Week 8 is live now!!

The lecture videos for Week 8 have been uploaded for the course Problem solving through Programming In C . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=66&lesson=67

Assignment for  Week 8 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=66&assessment=150 Programming Assignment for  Week 8 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=151 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=152 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=153 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=154 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=155

The assignment has to be submitted on or before Wednesday, 2021-03-17, 23:59 IST. The programming assignment has to be submitted on or before Thursday, 2021-03-18, 23:59 IST.

Problem solving through Programming In C - Week 6 Feedback Form

Problem solving through programming in c - solution for week 6 assignment.

Detailed Solution for Assignment 6 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.

Problem solving through Programming In C - Week 7 Feedback Form

Problem solving through programming in c : online programming test.

Dear Candidate The criteria for certification of this course " Problem solving through Programming In C " is different because of the online programming exam component.  Please read the following carefully. Final score = 25% of Assignment score + 50% of Online exam score (Proctored) + 25% of Programming exam (unproctored).  - Unproctored means, candidates will be taking the exam from college/home without NPTEL team present for monitoring the test- with access to all resources. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  How to take the online programming test 1. Go to:  https://onlinecourses.nptel.ac.in/noc21_cs01/ 2. Log in using the same email id which you have been accessing the course (i.e. using to watch videos & submit Assignments) 3. There will be sections under the course outline  "Programming Test (March 16)"   that will have the online programming exam link.   4. You can click on this link and attempt the programming exam. Date:   March 16, 2021 (Tuesday) First Session:  10.00AM - 11.00AM   (Duration of the session will be 1 hr) Second Session: 8.00PM - 9.00PM  (Duration of the session will be  1 hr ) Note - You can take any one or both sessions too; the best score will be considered towards the final certification score. - You can take the exam from your college or home. - The exam has to be taken in pc or laptop.  DO NOT TRY TO TAKE THE EXAM USING YOUR MOBILE PHONE. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  - If you encounter any issues during the exam, please write to   [email protected] IMPORTANT: CERTIFICATION CRITERIA     Candidates have to come to the exam center and take the theory test on  April 24,2021.     It is mandatory to take the Proctored in-person final exam to obtain a certificate.     To pass the course and get a certificate:   Assignment score >= 40/100 AND Programming exam score >= 40/100 AND Proctored exam score >= 40/100         OR   Assignment score >= 10/25 AND Programming exam score >= 10/25 AND Proctored exam score >= 20/50    All 3 conditions have to be satisfied. All the best to the candidates! -NPTEL Team.

Problem solving through Programming In C - Week 7 is live now!!

The lecture videos for Week 7 have been uploaded for the course Problem solving through Programming In C . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=59&lesson=60

Assignment for  Week 7 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=59&assessment=144 Programming Assignment for  Week 7 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=145 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=146 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=147 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=148 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=149

The assignment has to be submitted on or before Wednesday, 2021-03-10, 23:59 IST. The programming assignment has to be submitted on or before Thursday, 2021-03-11, 23:59 IST.

Problem solving through Programming In C - Solution for Week 5 Assignment

Detailed Solution for Assignment 5 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.

Problem solving through Programming In C - Week 5 Feedback Form

Problem solving through programming in c - week 6 is live now.

The lecture videos for Week 6 have been uploaded for the course Problem solving through Programming In C . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=52&lesson=53

Assignment for  Week 6 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=52&assessment=138 Programming Assignment for  Week 6 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=139 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=140 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=141 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=142 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=143

The assignment has to be submitted on or before Wednesday, 2021-03-03, 23:59 IST. The programming assignment has to be submitted on or before Thursday, 2021-03-04, 23:59 IST.

Problem solving through Programming In C - Solution for Week 4 Assignment

Detailed Solution for Assignment 4 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.

Problem solving through Programming In C - Week 4 Feedback Form

Problem solving through programming in c - solution for week 3 assignment.

Detailed Solution for Assignment 3 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.

Problem solving through Programming In C - Week 5 is live now!!

The lecture videos for Week 5 have been uploaded for the course Problem solving through Programming In C . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=45&lesson=46

Assignment for  Week 5 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=45&assessment=127 Programming Assignment for  Week 5 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=133 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=134

The assignment has to be submitted on or before Wednesday, 2021-02-24, 23:59 IST. The programming assignment has to be submitted on or before Thursday, 2021-02-25, 23:59 IST.

Problem solving through Programming In C - Solution for Week 2 Assignment

Detailed Solution for Assignment 2 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.

Problem solving through Programming In C - Week 4 is live now!!

The lecture videos for Week 4 have been uploaded for the course Problem solving through Programming In C . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=38&lesson=39

Assignment for  Week 4 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=38&assessment=126 Programming Assignment for  Week 4 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=128 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=129 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=130 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=131

The assignment has to be submitted on or before Wednesday, 2021-02-17, 23:59 IST. The programming assignment has to be submitted on or before Thursday, 2021-02-18, 23:59 IST.

Problem solving through Programming In C - Week 3 Feedback Form

Problem solving through programming in c - solution for week 1 assignment.

Detailed Solution for Assignment 1 is available now in the Course Outline section. Please go through the solution and in case of any doubt post your queries in the forum.

Problem solving through Programming In C - Assignment 2 Due date Extended!!

Dear Learners, Assignment 2 has been released already and the due date for the assignment has been extended Due date of assignment 2 is  Sunday, 07-02-2021, 23:59 IST. Please note that there will not be any extension for the upcoming assignments. Note: Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately.   Thanks & Regards, -NPTEL Team

Problem solving through Programming In C - Week 3 is live now!!

The lecture videos for Week 3 have been uploaded for the course Problem solving through Programming In C . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=31&lesson=32

Assignment for  Week 3 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=31&assessment=121 Programming Assignment for  Week 3 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=122 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=123 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=124 https://onlinecourses.nptel.ac.in/noc21_cs01/progassignment?name=125

The assignment has to be submitted on or before Wednesday, 2021-02-10, 23:59 IST. The programming assignment has to be submitted on or before Thursday, 2021-02-11, 23:59 IST.

Problem solving through Programming In C - Week 2 Feedback Form

Problem solving through programming in c - week 1 feedback form, problem solving through programming in c - week 2 is live now.

The lecture videos for Week 2 have been uploaded for the course Problem solving through Programming In C . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=24&lesson=25

Assignment for  Week 2 is also uploaded and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=24&assessment=120

The assignment has to be submitted on or before Wednesday, 2021-02-03, 23:59 IST.

Problem solving through Programming In C - Download video links are available now!!

The download video links for the course Problem solving through Programming In C are available now in the course outline. Please check the download video link: https://nptel.ac.in/courses/106/105/106105171/

Problem solving through Programming In C - Week 1 assignment is live now!!

The assignment for Week 1 for the course Problem solving through Programming In C is made available early for viewing to get an idea about the assignments but the actual start date of the course remains unchanged.

Assignment 1 can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=17&assessment=119

The other Assignment 1 is accessible from the navigation bar to the left under Week 1. Please remember to login into the website to view contents (if you aren't logged in already).

The assignment has to be submitted on or before Wednesday,  2021-02-03, 23:59 IST.

Please use the discussion forums if you have any questions on this module.

Happy Learning!

Some Corrections in Video lectures of Week-1 - Problem Solving through Programming in C

Dear Learners, At 11.25 mins of the Lecture 3: Flow Chart and Pseudocode , in the flow chart of printing average of 3 numbers the final print statement should be “ Print AVG ” instead of “ Print SUM ” as we are finding the Average of 3 numbers. At 7.12 mins of the Lecture 3: Flow Chart and Pseudocode , Regarding the symbols used to represent the flow chart, generally oblong symbol is used to represent START and END of a flow chart and a parallelogram symbol is used to represent INPUT and OUTPUT, and the Circle symbol is used as a connector, when we need to represent the continuation of flow chart when there is shortage of space.  At 18.52 mins of the Lecture 3: Flow Chart and Pseudocode , in the flow chart of printing the average of N numbers: after reading the number and storing it in N we should store in another variable say M. So after the statement “ Read the value of N ” there will be another statement which will be “ M=N ” in a rectangular box. And after the decision box instead of AVG=SUM/N it will be AVG=SUM/M , as the value of N is becoming zero at the end of the decision loop.  At 28.07mins of the Lecture 3: Flow Chart and Pseudocode : in the flow chart for finding Max of N positive integer please follow the flow chart drawn in blue colour. Please ignore the corrections made. -NPTEL Team

Problem solving through Programming In C - Assignment-0-RELEASED

We welcome you all to this course. The assignment 0 for the course Problem solving through Programming In C has been released. This assignment is based on a prerequisite of the course. Kindly note that marks obtained in this assignment will not be considered for the final assessment. You can find the assignment under Week 0 unit on the left-hand side of your screen You can submit the assignment multiple times before the due date. All the best !!    

The extended due date of Assignment 0: Monday, 2021-01-25, 23:59 IST.

NPTEL: Exam Registration is open now for Jan 2021 courses!

Dear Learner,  Here is the much-awaited announcement on registering for the Jan 2021 NPTEL course certification exam.  1. The registration for the certification exam is open only to those learners who have enrolled in the course.  2. If you want to register for the exam for this course, login here using the same email id which you had used to enroll to the course in Swayam portal. Please note that Assignments submitted through the exam registered email id ALONE will be taken into consideration towards final consolidated score & certification.  3 .  Date of exam: April 24, 2021 Certification exam registration URL is:  https://examform.nptel.ac. in/   Choose from the Cities where exam will be conducted:  Exam Cities   4. Exam fees:  If you register for the exam and pay before  Mar 8, 2021, 10:00 AM,  Exam fees will be  Rs. 1000/- per exam .  If you register for exam before  Mar 8, 2021 , 10:00 AM  and have not paid or if you register between  Mar 8, 2021, 10:00 AM & Mar 12, 2021, 5:00 PM,  Exam fees will be  Rs. 1500/-  per exam  5. 50% fee waiver for the following categories:  Students belonging to the SC/ST category: please select Yes for the SC/ST option and upload the correct Community certificate. Students belonging to the PwD category with more than 40% disability: please select Yes for the option and upload the relevant Disability certificate.  6. Last date for exam registration: Mar 12, 2021 5:00 PM (Friday).  7. Mode of payment: Online payment - debit card/credit card/net banking.  8. HALL TICKET:  The hall ticket will be available for download tentatively by  2 weeks prior to the exam date .  We will confirm the same through an announcement once it is published.  9. FOR CANDIDATES WHO WOULD LIKE TO WRITE MORE THAN 1 COURSE EXAM:- you can add or delete courses and pay separately – till the date when the exam form closes. Same day of exam – you can write exams for 2 courses in the 2 sessions. Same exam center will be allocated for both the sessions.  10.  Data changes:  Last date for data changes: Mar 12, 2021, 5:00 PM:  All the fields in the Exam form except for the following ones can be changed until the form closes.  The following 6 fields can be changed ONLY when there are NO courses in the course cart. And you will be able to edit the following fields only if you: -  REMOVE unpaid courses from the cart And/or - CANCEL paid courses  1. Do you come under the SC/ST category? *  2. SC/ST Proof  3. Are you a person with disabilities? *  4. Are you a person with disabilities above 40%?  5. Disabilities Proof  6. What is your role ?  Note:  Once you remove or cancel a course, you will be able to edit these fields immediately.  But, for cancelled courses, refund of fees will be initiated only after 2 weeks.  11.  LAST DATE FOR CANCELLING EXAMS and getting a refund: Mar 12, 2021, 5:00 PM  12. Click here to view Timeline and Guideline :  Guideline    Thanks & Regards, NPTEL TEAM

Week 1 videos are live now!! - Problem solving through Programming In C

The videos for Week 1 for the course Six Sigma is made available early for viewing to get an idea about the content but the actual start date remains unchanged.

The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc21_cs01/unit?unit=17&lesson=18

Welcome to NPTEL Online Course - Jan 2021!!

  • Every week, about 2.5 to 4 hours of videos containing content by the Course instructor will be released along with an assignment based on this. Please watch the lectures, follow the course regularly and submit all assessments and assignments before the due date. Your regular participation is vital for learning and doing well in the course. This will be done week on week through the duration of the course.
  • Please do the assignments yourself and even if you take help, kindly try to learn from it. These assignments will help you prepare for the final exams. Plagiarism and violating the Honor code will be taken very seriously if detected during the submission of assignments.
  • The announcement group - will only have messages from course instructors and teaching assistants - regarding the lessons, assignments, exam registration, hall tickets etc.
  • The discussion forum (Ask a question tab on the portal) - is for everyone to ask questions and interact.Anyone who knows the answers can reply to anyone's post and the course instructor/TA will also respond to your queries.
  • Please make maximum use of this feature as this will help you learn much better.
  • If you have any questions regarding the exam, registration, hall tickets, results, queries related to the technical content in the lectures, any doubts in the assignments, etc can be posted in the forum section
  • The course is free to enroll and learn from. But if you want a certificate, you have to register and write the proctored exam conducted by us in person at any of the designated exam centres.
  • The exam is optional for a fee of Rs 1000/- (Rupees one thousand only).
  • Date and Time of Exams: April 24,2021 Morning session 9am to 12 noon; Afternoon Session 2pm to 5pm.
  • Registration url: Announcements will be made when the registration form is open for registrations.
  • The online registration form has to be filled and the certification exam fee needs to be paid. More details will be made available when the exam registration form is published. If there are any changes, it will be mentioned then.
  • Please check the form for more details on the cities where the exams will be held, the conditions you agree to when you fill the form etc.
  • Once again, thanks for your interest in our online courses and certification. Happy learning. 

NPTEL : Keep in touch with us via Social Media

Dear Learner You already must know NPTEL is providing course certificates to those who complete the course successfully, with the learning happening right at your home or where you are. But NPTEL also keeps bringing out new initiatives and courses - which we would like to keep you posted on. Click the below links to like and follow us on Social Media for instant Updates: Facebook: https://www.facebook.com/NPTELNoc Twitter: https://twitter.com/nptelindia Linkedin: https://www.linkedin.com/in/nptel-india-085866ba/ Instagram: https://www.instagram.com/swayam_nptel/  Like and Follow us on Social Media. Let's create a better future by learning and growing together.  -NPTEL Team.

A project of

problem solving through programming in c nptel answers

In association with

problem solving through programming in c nptel answers

IMAGES

  1. NPTEL Problem Solving Through Programming In C Assignment 1 Answers

    problem solving through programming in c nptel answers

  2. Problem Solving Through Programming In C

    problem solving through programming in c nptel answers

  3. NPTEL Problem Solving Through Programming In C Assignment 1 Answers 2022 || NPTEL Swayam

    problem solving through programming in c nptel answers

  4. Problem Solving Through Programming in C || Assignment 9 answers

    problem solving through programming in c nptel answers

  5. NPTEL Problem Solving Through Programming In C Week 10 Assignment 10 Answers 2022 || NPTEL Swayam

    problem solving through programming in c nptel answers

  6. Problem solving through Programming In C || NPTEL week 5 Programming

    problem solving through programming in c nptel answers

VIDEO

  1. NPTEL Problem Solving Through Programming In C Week 0 Quiz Assignment Solution

  2. Program-03 Solution

  3. Problem Solving Through Programming In C NPTEL Week 5 Assignment

  4. Problem Solving Through Programming In C NPTEL Week 8 Assignment

  5. Problem Solving Through Programming In C NPTEL Week 3 Assignment

  6. NPTEL Problem Solving Through Programming In C || Week 3 || Assignment 3 Solution || Swayam || JAN24

COMMENTS

  1. Problem Solving Through Programming In C

    Learners enrolled: 29073. ABOUT THE COURSE : This course is aimed at enabling the students to. Formulate simple algorithms for arithmetic and logical problems. Translate the algorithms to programs (in C language) Test and execute the programs and correct syntax and logical errors. Implement conditional branching, iteration and recursion.

  2. NPTEL-Problem-Solving-through-programming-in-C/Week 11/11-5.c ...

    Contribute to kg-0805/NPTEL-Problem-Solving-through-programming-in-C development by creating an account on GitHub.

  3. GitHub

    Neilblaze/NPTEL-Problem-solving-through-Programming-In-C-Solutions This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. master

  4. NPTEL Problem Solving through Programming in C ASSIGNMENT 3 ANSWERS

    NPTEL | Problem Solving Through Programming In C | Week 3 : Assignment 3 | Answers with Proof | Jan 2024 Quiz SolutionsJoin our Telegram Channel : https://te...

  5. PDF 03/07/2020 Problem solving through Programming In C

    03/07/2020 Problem solving through Programming In C - - Unit 14 - Week 12 https://onlinecourses.nptel.ac.in/noc20_cs06/unit?unit=13&assessment=159 3/7

  6. Problem Solving Through Programming In C

    NPTEL | Problem Solving Through Programming In C | Week 2 : Assignment 2 | Answers with Proof - 100% CorrectI am providing Answers of the Nptel Course - Prob...

  7. NPTEL Problem Solving Through Programming In C Week-8 Quiz ...

    🔊NPTEL Problem Solving Through Programming In C Week8 Quiz Assignment Solution | IIT Kharagpur | GATE NPTEL⛳ABOUT THE COURSE :This course is aimed at enabli...

  8. NPTEL Problem Solving Through Programming In C Week 1 & 2 Assignment

    NPTEL Problem Solving Through Programming In C Week 1 & 2 Assignment Answers 2023. ADMIN 2. Course Description : NPTEL Problem Solving Through Programming In C course will teach you how to formulate, translate, and execute simple algorithms in C. You will learn how to use conditional branching, iteration, and recursion to solve problems.

  9. Problem Solving Through Programming In C NPTEL 2022 Week 1 Solutions

    Show Answer. Problem Solving Through Programming In C NPTEL Week 1 assignment answers. Q8. The program which translates high level program into its equivalent machine language program is called. a) translator. b) a language processor. c) a convertor. d) None of the above. Show Answer.

  10. PDF Assignment 3

    a) O pe r at or pre c e de nc e de t e r m i ne s w hi c h ope r at or i s pe r f or m e d f i r s t i n an e x pre s s i on w i t h m ore t han one ope r at or w i t h di f f e re nt pre c e de nc e .

  11. Problem Solving Through Programming In C

    There will be a live interactive session where a Course team member will explain some sample problems, how they are solved - that will help you solve the weekly assignments. We invite you to join the session and get your doubts cleared and learn better. Date: April 16, 2024 - Tuesday. Time:06.00 PM - 08.00 PM.

  12. PDF Week-11 Program-01

    03/07/2020 Problem solving through Programming In C - Course https://onlinecourses.nptel.ac.in/noc20_cs06/progassignment?name=169 3/3 DOWNLOAD VIDEOS

  13. NPTEL Problem Solving through Programming in C ASSIGNMENT 12 ANSWERS

    NPTEL | Problem Solving Through Programming In C | Week 12 : Assignment 12 | Answers with Proof | Jan 2024 Quiz SolutionsJoin Telegram Group of this course, ...

  14. NPTEL Problem Solving Through Programming In C Assignment 1 Answers 2022

    NPTEL Problem Solving Through Programming In C Assignment 1 Answers 2022. 1. The input given from keyboard is converted to computer understandable unit (bit) by the standard. 2. The execution nature of C program is. Answers will be Uploaded Shortly and it will be Notified on Telegram, So JOIN NOW.

  15. Problem Solving Through Programming In C

    Due to unavoidable circumstances, The Problem solving Session organized tomorrow (February 28, 2023 - Tuesday) ( 06.00 PM - 08.00 PM) is Postponed to March 3, 2023 - Friday. The G-meet link for the session will be shared before the session. -NPTEL Team. Problem Solving Through Programming In C - Week 6 Feedback Form.

  16. kg-0805/NPTEL-Problem-Solving-through-programming-in-C

    NPTEL - Problem Solving through Programming in C. Course layout. Week 1 : Introduction to Problem Solving through programs, Flowcharts/Pseudo codes, the compilation process, Syntax and Semantic errors, Variables and Data Types. Week 2 : Arithmetic expressions, Relational Operations, Logical expressions; Introduction to Conditional Branching.

  17. NPTEL

    #nptel #coding #c #nptelcourseanswers Go through the answers and explanation of Week 9 - MCQ QuestionAn important note: Solve and complete the assignment you...

  18. Problem solving through Programming In C

    The criteria for certification of this course " Problem solving through Programming In C " is different because of the online programming exam component. Please read the following carefully. Final score = 25% of Assignment score + 50% of Online exam score (Proctored) + 25% of Programming exam (unproctored).