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 .
nptel-solutions
Here are 22 public repositories matching this topic..., kishanrajput23 / nptel-the-joy-of-computing-using-python.
Study materials related to this course.
- Updated Nov 18, 2022
kishanrajput23 / NPTEL-Programming-In-java
- Updated Apr 14, 2022
Md-Awaf / NPTEL-Course-Getting-started-with-Competitive-Programming
Solutions for NPTEL Course Getting started with competitive programming weekly assignment.
- Updated Apr 20, 2023
rvutd / NPTEL-Joy-of-Computing-2020
Programming Assignment Solutions
- Updated May 5, 2020
kadeep47 / NPTEL-Getting-Started-With-Competitive-Programming
[Aug - Oct 2023] Solutions for NPTEL Course Getting started with competitive programming weekly assignment.
- Updated Aug 24, 2023
AdishiSood / The-Joy-of-Computing-using-Python
- Updated Apr 28, 2021
gunjanmimo / NPTEL-The-Joy-of-Computing-using-Python
- Updated Jan 26, 2020
guru-shreyansh / NPTEL-Programming-in-Java
The sole intention behind this repository is to help the beginners in Java with the course contents.
- Updated Aug 1, 2021
omunite215 / NPTEL-Programming-in-Java-Ultimate-Guide
I am sharing my journey of studying a course named Programming in Java taught by Prof.Debasis Samanta Sir IIT Kharagpur
- Updated Jul 27, 2023
tdishant / NPTEL-Joy-of-Computing-Using-Python
Python code from week-3 to week-12 for the NPTEL course The Joy of Computing using Python
- Updated Oct 26, 2021
TarunSehgal27 / NPTEL-JAVA-2020
this is a repo about the java program headed by Debasis Samantha during 2020
- Updated Apr 23, 2020
Rahulnisanth / python-journey
Complete Python codes practiced in my Zero to Mastery Journey
- Updated Aug 28, 2023
BadaBadaua / SWAYAM-Programming_In_Java-NPTEL
This site contains the weekly( i.e. 1-9) questions and their solution of NPTEL-SWAYAM course "Programming in Java".
- Updated Aug 19, 2021
NPTEL-Course / Google-Cloud-Computing-Foundations
Nptel Course Solution : Google Cloud Computing Foundations
- Updated Nov 19, 2020
NPTEL-Course / Programming-Data-Structures-And-Algorithms-Using-Python
Nptel Course Solutions : Programming, Data Structures And Algorithms Using Python
- Updated Nov 30, 2020
lonebots / python-programming-joc-nptel
Python programming repository for NPTEL joy of computing course
- Updated Dec 21, 2020
Bigblue00 / Joy-of-computing-using-python-NPTEL
- Updated Sep 25, 2019
sibashish99 / NPTEL-JAVA-ASSESMENT
- Updated Mar 22, 2021
tg-100 / Popular-Gothic-Novel-NPTEL
This repo will help you with the assignment solutions to NPTEL's 12-week long Popular Gothic Novel course.
- Updated Nov 3, 2022
satvikchachra / NPTEL-Prep
Joy of Computing using Python
- Updated Nov 21, 2019
Improve this page
Add a description, image, and links to the nptel-solutions topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the nptel-solutions topic, visit your repo's landing page and select "manage topics."
- Amazon Quiz
- Flipkart Quiz
- Play & Win 50,000 Coins
- Privacy Policy

NPTEL » Problem solving Programming In C Assignment 2021
- by QuizXp Team
- January 24, 2021 July 18, 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. You can visit the NPTEL SWAYAM platform and register yourself for the course. The course is developed by Prof. Anupam Basu is a Professor in the Dept. of Computer Science & Engineering, IIT Kharagpur, and has been an active researcher in the areas of Cognitive and Intelligent Systems, Embedded Systems, and Language Processing, Presently he is acting as the Chairman and Head of the Center for Educational Technology, IIT Kharagpur.
Problem Solving Through Programming in C 2021 Details:-
- Who Can Join: This is an elective course. Intended for senior UG/PG students. BE/ME/MS/PhD
- Requirements/Prerequisites: We will assume that the students know to program for some of the assignments. If the students have done introductory courses on probability theory and linear algebra it would be helpful. We will review some of the basic topics in the first two weeks as well.
- INDUSTRY SUPPORT: All IT Industries
Problem Solving In C Programming Assignment Week 12 Answers:-
Q1. Which of the following are themselves a collection of different data types?
Answer:- d) Structure
Q2. Which of the following comments about the usage structures is true?
Answer:- c) The scope of the member name is confined to the particular structure, within which it is defined
Q3. What will be the output of the following program?
Answer:-d) 0 1 2 2 3
Q4. What will be the output?
Answer:- c) 10 5 10
Q5. What is the output of the c program?
Answer:- a) 2036 2036 2036
Q6. The program will allocate …. bytes to ptr. Assume sizeof(int)=4
Answer:- c) 8
Q7. What will be the output?
Answer:- d) compilation error
Q8. What will be the output?
Answer:- b) 1111101
Q9. Calling a function f with a an array variable a[3] where a is an array, is equivalent to
Answer:- d) all of the mentioned
Q10. What will be the output?
Answer:- a) True
Problem Solving In C Programming Assignment Week 11 Answers:-
Q1. Interpolation is a process for
Answer:- b) finding a value between two points on a line or curve.
Q2. Given two data points (a,f(a)) and (b,f(b)), the linear Lagrange polynomial f(x) that passes through these two points
Q3. A lagrange polynomial passes through three data points as given below:-
Answer:- b) 13.08
Q4. The value of by using one segment trapezodial rule is
Answer:- 22.5962
Q5. Accuracy of the trapezoidal rule increases when
Answer:- c) number of segments are increased
Q6. Solve the ordinary differential equation below using Runge-kutta 4th order method.
Answer:- b) 2.93
Q7. using bisection method negative root of
Answer:- b) -2.706
Q8. match the following
Answer:- a) A-2, B-4, C-1, D-3
Q9. The real root of equation 5x-2cosx-1=0
Answer:- a) 0.53 to 0.56
Q10. consider the same recursive c function that takes two arguments
Problem Solving In C Quiz Assignment Week 10 Answers:-
Q1. How can you improve the best-case efficiency in bubble sort? (The input is already sorted)
Q2. Bisection method is used to find
Answer:- C – Root of a function
Q3. In ……………, search starts at the beginning of the list and checks every element in the list.
Answer:- a) Linear search
Q4. What is the output of the following code?
Answer:-B – 30
Q5. Assuming an initial range [1,5]. the second (at the end of 2 iterations) iterative value of the root of te t- 0.3 = 0 using the bisection method is (Note: you %3D need to find the root, not the function value)

Q6. What would be the equivalent pointer expression for referring to the array element a[i][j][k][l]?
Answer:- b) *(*(*(*(a+i)+j)+k)+l)
Q7. What will be output when you will execute the following c code?
Answer:- a) 23,11
Q8. Assume sizeof an integer and a pointer is 2 byte. What is the output?
Answer:- b) 80
Q9. Find output of the following code?
Answer:- 5,5
Q10. What is the solution of the equation given below using the Bisection Method up to four decimal places? (Consider the root lying on positive quadrant only and compute the root till five iterations only)
f(x) = xe2x – 3×2 – 5
Answer:- 1.0312
Problem Solving In C Quiz Assignment Week 8 Answers:-
Q1. A function prototype is used for
Answer:- c) Telling the compiler, the kind of arguments used in the function
Q2. What is the output of the following c code?
Answer:- b) 1 2
Q3. How many times ‘Hi’ will be printed?
Answer:- c) Infinite times
Q4. What is the output of the C code given below?
Answer:- a) 27.08

Q5. Which statement is correct about Passing by value parameters?
Answer:- b) It can change the actual parameter value
Q6. what will be the output?
Answer:- c) Compilation error
Q7. How many times hello world will be printed?
Answer:- a) Infinite times
Answer:- d) 2, 0, 4, 8, 0
Q9. Consider the following functions?
Answer:- d) Minimum of a and b
Q10. Consider the function?
Answer:- c) 91
Problem Solving In C Quiz Assignment 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 using the function strlen(). 4) The pointer cannot work on string
Answer:- b) 1,2,3
Q2. The correct method of initializing a 2D array is
Answer:- a) – int abc[2][2] = {1, 2, 3 ,4}
Q3. Array passed as an argument to a function is interpreted as
Answer:- c) Address of the first element of the array
Answer:- 10
Q5. Find the output of the following c program?
Answer:- a) fellows
Answer:- a) n1=18, n2=17
Q7. consider the following c program segment?
Answer:- d) Nothing is printed
Q8. If the starting address of a floating point array Arr[10][10] is 2000, what would be the memory address of the element Arr[5][6]? (Considering float takes 4 bytes of memory)
Answer:- c) 2224
Q9. In C, the placement of elements of a two dimensional array is
Answer:- a) Row wise
Q10. What will be the value of ‘i’ after execution?
Problem Solving In C Quiz Assignment Week 6 Answers:-
Q1. Which of the statements is correct?
Q2. An integer array of size 15 is declared in a C program. The memory location of the first byte of the array is 2000. What will be the location of the 13th element of the array? Assume int data type takes 2 bytes of memory.
Q3. Which statement is correct?
Q4. What will happen if in a C program you assign a value to an array element whose index exceeds the size of array?
Q5. Which of the following statements is correct for the following code snippet? int num[7]; num[7]=8;
Q6. What will be the output?
Q9. What will be the output?
Problem Solving In C Quiz Assignment Week 5 Answers:-
Q1. In C language three way transfer of control is possible using
Answer:- A – Ternary operator
Q2. The loop in which the statements within the loop are executed at least once is called
Answer:- B) do-while
Q3. What will be the output?
Answer:-c) I love C — will be printed 3 times
Answer:- d) ‘while vs do-while’ infinite times
PROGRAMMING ASSIGNMENT Problem Solving In C Assignment Week 5
Q5. Find the output of the Following C program?
Answer:- d) Compiler error
Q6. What is the output of the following C program?
Answer:- d) No output
Answer:- c) 1 2 3 4 5 6 7 8 9 10
Q8.What is the output of the following C program?
Answer:- c) Both ‘True’ and ‘False’
Q9.What is the output of the below C program?
Answer:- b) 7,4
Q10. What will be the value of ‘i’ after executing the program?
Answer:- d) 13
Problem Solving In C Quiz Assignment Week 4 Answers:-
Q1. The control/conditional statements used in C is/are
Answer:- A) if-else statements
Q2. What is the output of the following code?
Answer:- D) No print statements
Q3. Compute the printed value of i of the compiler given below
Answer:- A) 2
Q4. If multiple conditions are used in a single if statement then the testing of those conditions are done
Answer:- B) From Left to right

Q5. What is the purpose of the program?
Answer:- B) Negative sum of the digits of a number
Q6. while(1) is used in a program to create
Answer:- B) Infinite loop
Q7. What will be the value of a, b, c after the execution of the followings
Answer:- C) a=6, b=6, c=2;
Q8. What will be printed when the following C code is executed?
Answer:- A) NPTEL
Q9. Switch statement accepts
Answer:- D) All of the above
Answer:- C) Both (a) and (b)
Problem Solving In C Quiz Assignment Week 3 Answers:-
Q1. The precedence of arithmetic operators is (from highest to lowest)
Q2. What is the output of the following program?
Q3. Find the output of the following C code?
Answer:- 15
Q4. Find the output of the following C code?

Q5. What will be the output of the code?
Answer:- FALSE
Q6. Find the output of the following C code?
Answer:- IITKGP
Q7. Find the output of the following C code?
Answer:- TRUE
Q8. Which of the following statement is correct?
Q9. Which of the following method are accepted for assignment?
Q10. Find the output of the following C code?
Problem Solving In C Quiz Assignment Week 2 Answers:-
Q1 . Which of the them are not used as a variable in C programming?
Answer/Code:- C) 123Var
Q2 – Which of the following is not a correct variable type in C?
Answer/Code:- D) All of above are correct variable type
Q3 – The execution of any C program is
Answer:- A) Sequential
- NPTEL » Introduction to Machine Learning Assignment 1 2021
- NPTEL » Art of C Programming Quiz Assignment Week 1 2021
Q4 – Which of the following statements is correct? I. Keywords are those words whose meaning is already defined by Compiler. II. Keywords cannot be used as variable names. III. There are 32 keywords in C. IV. C keywords are also known as reserved words.
Q5 – A function is
Q6 – What will be the output? [N.B: – .2f is used to print up to 2 decimal places of a floating point number]
Answer:- D) 12.00
Q7 – What is the output of the following C code?
Answer:- C) 79
Q8 – If integer needs two bytes of storage, then the minimum value of a signed integer in C would be
Answer:- D – 2^15
Q9 – What is the output of the following C code?
Answer:- D) Compilation Error
Q10 – What is the output?
Answer:- 18.50
Problem Solving In C Quiz Assignment Week 1 Answers:-
Find other quiz here :.
NPTEL » Programming in C++ Assignment week 01 2021
Amazon Fashion Quiz Answers & Win ₹1000
Amazon Great Indian Festival Quiz Answers: Win Rs. 50,000
NPTEL » Programming In Java Assignment week 6 Sep-2020
NPTEL » Programming In Java Assignment week 7 Sep-2020
NOTE: These codes are based on our knowledge . Answers might be incorrect , we suggest you not copy-paste answers blindly.


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.

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
Q6. The input N from the user is 7. The output of the following algorithm is

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

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

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”.
answer of 6th question is 720 bcz n<7 not <= 7
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.
NPTEL Problem solving through Programming In C Assignment 7 Answers
NPTEL Problem solving through Programming In C Assignment 7 Answers 2021 :- 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.
Q1. 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
Ans:- (a) Row wise
Q2. Array passed as an argument to a function is interpreted as
(a) Address of the 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
Ans:- (b) Value of the first element of the array
NPTEL ALL WEEK ASSIGNMENT ANSWERS:-
- Soft Skill Assignment Answers
- Project Management For Managers Answer
- Semiconducter Devices And Circuit Answer
- Problem Solving Through Programming In C Answer
Q3. Applications of multidimensional array are?
(a) Matrix-Multiplication
b) Minimum Spanning Tree
(c) Finding connectivity between nodes
(d) All of the mentioned
Ans:- For Answer Click Here
Q4. 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
Ans:- c) n1 = 17, n2 = 17
ALSO READ : NPTEL – Online Courses,Certificate And full details
Q5. What is the output of the following C code?
a) Compile time error
Ans:- a) Compile time error
Q6. What will be the output?
a) assignment
b) tnemngissa
c) nothing will be printed
d) tttttttttt
Ans:- c) nothing will be printed
Q7. What Will be the output?
Ans:- 321004
Q8. What will be the output?
c) world hello
d) hello world
Ans:- d) hello world
Q9. What will be the output?
a) The string is empty
b) The string is not empty
Ans:- b) The string is not empty
Q10. What is the output of the following C program?
a) Programming
b) PROGRAMMING LANGUAGE
c) PROGRAMMING
d) Syntax error
JOIN US ON YOUTUBE
NPTEL Problem solving through Programming In C Assignment 6 Answers
SOFT SKILLS WEEK 7 ASSIGNMENT ANSWERS (NPTEL)
Marketing Management – I Assignment 2 Answers 2021
Big Data Computing Assignment 2 Answers 2021
Developing Soft Skills and Personality Assignment 2 Answers Q11 to Q25
Developing Soft Skills and Personality Assignment 2 Answers Q1 to Q10
Leave a Comment Cancel reply
You must be logged in to post a comment.

IMAGES
VIDEO
COMMENTS
Q1. Write a program in C to find the factorial of a given number using pointers. Code:- JULY 2021 SESSION ANSWERS ARE HERE :- PROBLEM SOLVING THROUGH PROGRAMMING IN C ANSWER Q2. Write a C program to print the Record of the Student Merit wise. Here a structure variable is defined which contains student rollno, name and score. Code:-
Solutions for NPTEL Course Getting started with competitive programming weekly assignment. competitive-programming nptel assignment-solutions nptel-solutions nptel-assignments nptel-getting-started-with-competitive-programming getting-started-with-competitive-programming Updated on Apr 20 Python rvutd / NPTEL-Joy-of-Computing-2020 Star 5 Code
Problem Solving In C Quiz Assignment Week 5 Answers:-Q1. In C language three way transfer of control is possible using. Answer:- A – Ternary operator. Q2. The loop in which the statements within the loop are executed at least once is called. Answer:- B) do-while. Q3. What will be the output?
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
NPTEL Problem solving through Programming In C Assignment 7 Answers 2021:- 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.