Quizermania Logo

Problem Solving Through Programming In C NPTEL Week 7 Solutions

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

Problem Solving Through Programming In C NPTEL Week 2 Solutions

Course layout (Answers Link)

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 Week 7 answers ” contains 10 questions.

Now, start attempting the quiz.

Problem Solving Through Programming In C Week 7 answers

Q1. Which of the following statements are correct? 1) A string is a collection of characters terminated by ‘\0’. 2) The format specifier %s is used to print a string. 3) The length of the string can be obtained by strlen(). 4) strcon() function is used to join two strings.

a) 1, 2 b) 1, 2, 3 c) 2, 4 d) 1, 3

Answer: b) 1, 2, 3

Q2. The right method of initializing a 2D array is

a) int abc[2][2] = {1, 2, 3, 4} b) int abc[][] = {1, 2, 3, 4} c) int abc[2][] = {1, 2, 3, 4} d) All of the above

Answer: a) int abc[2][2] = {1, 2, 3, 4}

Q3. Array passed as an argument to a function is interpreted as

a) Address of all the elements in an array b) Value of the first element of the array c) Address of the first element of the array d) Number of element of the array

Answer: c) Address of the first element of the array

Q4. What will be the outupt?

Q5. Find the output of the following C program.

a) fellows b) h c) fello d) Compiler error

Answer: a) fellows

Q6. What will be the output?

a) n1=18, n2=17 b) n1=18, n2=18 c) n1=17, n2=17 d) n1=17, n2=18

Answer: a) n1=18, n2=17

Q7. Consider the following C program segment:

a) gnirts b) gnirt c) string d) no output is printed

Answer: d) no output is printed

Q8. If the starting address of an float array Arr[10][10] is 2000, what would be the memory address of the element Arr[5][6]? (float takes 4 bytes of memory)

a) 2268 b) 2120 c) 2224 d) 2144

Answer: c) 2224

Q9. In C, the placement of elements of a two dimensional array is

a) Row wise b) Column wise c) Diagonal wise d) Bottom to top wise

Answer: a) Row wise

Q10. What will be the value of ‘i’ after the execution of the C code fragment given below?

Q1. The searching operation in an array is done using

a) Key and index b) Only key c) Only index d) None of these

Q2. Find the output of the following C program

Q3. What will be the output?

Q4. Consider the following C program segment:

Q5. What will be the value of ‘i’ after the execution of the C code given below?

a) 0 b) 1 c) -1 d) None

Q6. If the starting address of an float array Arr[10][10] is 2000, what would be the memory address of the element Arr[5][6]? (float takes 4 bytes of memory)

Q7. In C, the placement of elements of a two dimensional array is

Q8. What will be the output?

Answer: 321004

Q9. What will be the output?

a) the string is empty b) The string is not empty c) Error d) None of the above

Q10. What is the output of the following C code?

a) Compilation error b) 7 c) 1 d) 2

Previous Year – Problem Solving Through Programming In C Week 7 answers

Q1. Which of the following statement/s are false? I. Array elements are stored in memory in contiguous locations. II. An integer array always terminates with ‘\0’ (NULL).

a) I b) II c) Both I and II d) None

Answer: b) II

Q2. If two strings are identical, then strcmp() function returns

a) 1 b) 0 c) -1 d) None of these

Answer: b) 0

Q3. Which of the following function is more appropriate for reading in a multi word string?

a) scanf() b) gets() c) printf() d) puts()

Answer: b) gets()

Q4. What will be printed after execution of the following code? #include<stdio.h> int main() { int a[20] = {10, 20, 30, 40, 50, 60}; printf(“%d”, 3[a]); return 0; }

Q5. What will be the output of the program?

a) Array b) Array String c) Array\0String d) Compilation error

Answer: a) Array

a) Programming b) Language c) ProgrammingLanguage d) LanguageProgramming

Answer: c) ProgrammingLanguage

Q7. What will be the output?

a) n1= 8, n2=8 b) n1=9, n2=9 c) n1=8, n2=9 d) n1=9, n2=8

Answer: d) n1=9, n2=8

Answer: 720

a) assignment b) tnemngissa c) nothing will be printed d) tttttttttt

Answer: c) nothing will be printed

Q10. What will be the output?

a) Two strings are equal b) Two strings are not equal c) Would not print anything d) Compilation error

Answer: c) Would not print anything

<< Prev – An Introduction to Programming Through C Week 6 Solutions

>> Next- An Introduction to Programming Through C Week 8 Solutions

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), 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

  • Announcements
  • Explore Courses

Problem solving through Programming In C

  • BE/BTech  in all disciplines
  • BCA/MCA/M. Sc
  • All IT Industries

65741 students have enrolled already!!

problem solving through programming in c nptel answers

In association with

problem solving through programming in c nptel answers

  • Amazon Quiz
  • Flipkart Quiz
  • Play & Win 50,000 Coins
  • Privacy Policy

NPTEL Problem Solving Through Programming In C ASSIGNMENT 1 Answers 2022

  • July 15, 2022 July 15, 2022

NPTEL Problem Solving Through Programming In C ASSIGNMENT 1 Answers 2022

NPTEL Problem Solving Through Programming In C Assignment 1 Answers :- Hello students in this article we are going to share NPTEL Problem Solving Through Programming In C assignment week 1 answers. All the Answers provided below to help the students as a reference, You must submit your assignment at your own knowledge.

About Problem Solving Through Programming In C Course:-

Problem Solving Through Programming In C, a buzz word today has attracted the attention of students, professionals and entrepreneurs all over the world.  Employability, being the major concern today, every individual aims at getting coveted jobs.  Employability today is commensurate with proving multiple Skills in varied situations in a fast changing world.  Hence, everyone aspiring for jobs today has to prove one’s mettle in various situations where one requires to be armed with different Skills, which, collectively come under Problem Solving Through Programming In C.  One may be armed with good competence of one’s subject but one cannot compete with his peer groups unless one has the potential of performance.

Criteria to get Certificate:-

This course is a week 12 course the best of 8 out 12 assignments marks will be calculated for final result.

Below are mentioned criteria for final result

Average assignment score = 25% of average of best 8 assignments out of the total 12 assignments given in the course. Exam score = 75% of the proctored certification exam score out of 100 Final score = Average assignment score + Exam score YOU WILL BE ELIGIBLE FOR A CERTIFICATE ONLY IF AVERAGE ASSIGNMENT SCORE >=10/25 AND EXAM SCORE >= 30/75. If one of the 2 criteria is not met, you will not get the certificate even if the Final score >= 40/100.

Below you can find NPTEL Problem Solving Through Programming In C Assignment 1 Answers

NPTEL Problem Solving Through Programming In C Assignment 1 Answers 2022:-

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

Q2. The execution nature of C program is

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.

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

Q5. What will be the output for the flowchart

Next Week Assignment Answers

quizxp telegram

Q6. The output of the following algorithm?

Q7. The print value of a and b of the flow chart.

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

Q9. An interpreter reads the source code of a program

Q10. The C language has been developed at

For Internship and job updates:- Visit

Disclaimer: We do not claim 100% surety of answers, these answers are based on our sole knowledge, and by posting these answers we are just trying to help students, so we urge do your assignment on your own.

if you have any suggestions then comment below or contact us at  [email protected]

If you found this article Interesting and helpful, don’t forget to share it with your friends to get this information.

x

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. NPTEL Problem Solving Through Programming In C Assignment 1 Answers 2022 || NPTEL Swayam

    problem solving through programming in c nptel answers

  3. Problem Solving Through Programming In C

    problem solving through programming in c nptel answers

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

    problem solving through programming in c nptel answers

  5. NPTEL Problem Solving Through Programming In C Week 9 Programming

    problem solving through programming in c nptel answers

  6. Problem solving through programming in c || Assignment 5 answers

    problem solving through programming in c nptel answers

VIDEO

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

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

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

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

  5. NPTEL Problem Solving through Programming in C ASSIGNMENT 6 ANSWERS 2024

  6. week 7 NPTEL Problem Solving through Programming in C

COMMENTS

  1. 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.

  2. 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.

  3. NPTEL Problem solving through Programming In C WEEK 6 ...

    🔊NPTEL Problem solving through Programming In C WEEK 6 Programming Assignment Solutions | Swayam 2022 | IIT Kharagpur🔗Code Link: https://techiestalk.in/npt...

  4. 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...

  5. 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...

  6. 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

  7. 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 .

  8. NPTEL :: Computer Science and Engineering

    NPTEL :: Computer Science and Engineering - NOC:Problem Solving through Programming in C. Courses. Computer Science and Engineering. NOC:Problem Solving through Programming in C (Video) Syllabus. Co-ordinated by : IIT Kharagpur. Available from : 2017-12-21. Lec : 1. Watch on YouTube.

  9. 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.

  10. Problem Solving Through Programming in C NPTEL Week 4 programs

    This article will help you with the answers of Problem Solving Through Programming in C NPTEL Week 4 programs. Week 4 Program 01 Solution Write a C Program to Find the Smallest Number among Three Numbers (integer values) using Nested IF-Else statement.

  11. Problem Solving Through Programming In C

    Learners enrolled: 41778. 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.

  12. Problem Solving Through Programming In C NPTEL Week 7 Solutions

    Show Answer. Q3. Array passed as an argument to a function is interpreted as. a) Address of all the elements in an array. b) Value of the first element of the array. c) Address of the first element of the array. d) Number of element of the array. Show Answer. Problem Solving Through Programming In C Week 7 answers.

  13. 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.

  14. NPTEL Problem Solving through Programming in C ASSIGNMENT 8 ANSWERS

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

  15. NPTEL » Problem solving through Programming In C Assignment 2021

    January 29, 2021. NPTEL Problem solving through Programming In C With the growth of Information and Communication Technology, there is a need to develop large and complex software. Problem-solving through Programming In C is a MOOC based course that is 12 weeks in duration and can fulfill the criteria of 4 credits in a year.

  16. Problem solving through Programming In C

    Problem solving through Programming In C. 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 ...

  17. NPTEL Problem Solving Through Programming In C ASSIGNMENT 1 Answers

    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.

  18. Completed problem solving course in c from NPTEL

    Successfully completed participation certificate program and live training on Problem solving through programming in c from NPTEL . #c #problemsolvingskills…

  19. 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).

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

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