NPTEL Problem Solving Through Programming in C Week 7 Assignment Answers 2024

Sanket
By Sanket

NPTEL Problem Solving Through Programming in C Week 7 Assignment Answers 2024

1. 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 :- For Answers Click Here 

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

Answer :- For Answers Click Here 

3. Applications of multidimensional array are?

a) Matrix-Multiplication
b) Minimum Spanning Tree
c) Finding connectivity between nodes
d) All of the mentioned

Answer :- For Answers Click Here 

4.

W07Q04A

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

Answer :- 

5.

W07Q05A

a) Compile time error
b) 4
c) 1
d) 2

Answer :- 

6.

W07Q06A

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

Answer :- For Answers Click Here 

8.

W07Q08A

a) hello
b) world
c) world hello
d) hello world

Answer :- 

9.

W07Q09A

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

Answer :- 

10.

W07Q10A

a) Programming
b) PROGRAMMING LANGUAGE
c) PROGRAMMING
d) Syntax error

Answer :- For Answers Click Here 
Share This Article
Leave a comment