0% found this document useful (0 votes)
65 views3 pages

Noc20-Cs07 Week 01 Assignment 03

This document is about an online C++ programming course offered through NPTEL. It provides details on the course structure, which is divided into 8 weeks of content. The specific page shown is for an assignment from Week 1 that involves comparing two strings and outputting the results. It indicates the assignment deadline has passed and the user has not submitted it.

Uploaded by

Ravi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views3 pages

Noc20-Cs07 Week 01 Assignment 03

This document is about an online C++ programming course offered through NPTEL. It provides details on the course structure, which is divided into 8 weeks of content. The specific page shown is for an assignment from Week 1 that involves comparing two strings and outputting the results. It indicates the assignment deadline has passed and the user has not submitted it.

Uploaded by

Ravi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

02/07/2020 Programming in C++ - Course

(https://swayam.gov.in) (https://swayam.gov.in/nc_details/NPTEL)

[email protected]

NPTEL (https://swayam.gov.in/explorer?ncCode=NPTEL) » Programming in C++ (course)

Announcements (announcements)

About the Course (https://swayam.gov.in/nd1_noc20_cs07/preview) Ask a Question (forum)

Progress (student/home) Mentor (student/mentor)

W1_programmingQs-2
Course Due on 2020-02-13, 23:59 IST
outline
Consider the following program and fill the blanks at LINE-1 and LINE
How does an -2 such that it satisfies
NPTEL online the given test cases. The following program compares two strings ( s1
course work? & s2) character-by-character and
tests the following:
Week 0 If(s1 == s2)} then Print "Equal"

Week 1 If (s1 > s2)} then Print s1

Module 1 :
If (s1 < s2)} then Print s2
Recap of C
(Lecture 01)
(unit?
unit=3&lesson=12)

Module 1 :
Recap of C
(Lecture 02) Sample Test Cases
(unit? Input Output
unit=3&lesson=13)
Test Case 1 testing tested testing
Module 1 :
Recap of C
(Lecture 03) Test Case 2 hello test test
(unit?
unit=3&lesson=14) Test Case 3 hello Hello hello
Module 2 :
Programs with Test Case 4 hello hello equal
IO and Loop
(Lecture 04)
(unit? The due date for submitting this assignment has passed.
unit=3&lesson=15) As per our records you have not submitted this assignment.

https://onlinecourses.nptel.ac.in/noc20_cs07/progassignment?name=98 1/3
02/07/2020 Programming in C++ - Course

Module 3 :
Arrays and
Strings
(Lecture 05)
(unit?
unit=3&lesson=16)

Module 4 :
Sorting and
Searching
(Lecture 06)
(unit?
unit=3&lesson=17)

Module 5 :
Stack and Its
Applications
(Lecture 07)
(unit?
unit=3&lesson=18)

Lecture
Materials (unit?
unit=3&lesson=19)

Quiz : Week 1
Assignment 1
(assessment?
name=96)

W1_programmingQs-
1
(/noc20_cs07/progassignment?
name=97)

W1_programmingQs-
2
(/noc20_cs07/progassignment?
name=98)

W1_programmingQs-
3
(/noc20_cs07/progassignment?
name=99)

Feedback For
Week 1 (unit?
unit=3&lesson=100)

Week 2

Week 3

Week 4

Week 5

Week 6

Week 7

https://onlinecourses.nptel.ac.in/noc20_cs07/progassignment?name=98 2/3
02/07/2020 Programming in C++ - Course

Week 8

DOWNLOAD
VIDEOS

Text Transcripts

Assignment
Solution

Live Interactive
Session

Books

https://onlinecourses.nptel.ac.in/noc20_cs07/progassignment?name=98 3/3

You might also like