Art of C Programming - Unit 2 - Week 02
Art of C Programming - Unit 2 - Week 02
Art of C Programming - Unit 2 - Week 02
(https://swayam.gov.in)
(https://swayam.gov.in/nc_details/CEC)
vikas701040@gmail.com
CEC (https://swayam.gov.in/explorer?ncCode=CEC)
»
Art of C Programming (course)
Course outline
Week2_Assessment
Week 01 The due date for submitting this assignment has passed.
Due on 2021-01-24, 23:59 IST.
Week 02 As per our records you have not submitted this assignment.
(assessment?
name=55)
Will not work. main() is not included
Week 03
100 100
200 100
Week 04
100 200
Score: 0
Accepted Answers:
Week 06 Will not work. main() is not included
Week 07 2) Which of the following special symbol allowed in a variable name ? 1 point
* (asterisk)
Week 08
| (pipeline)
Week 09
- (hyphen)
_ (underscore)
Week 10
No, the answer is incorrect.
Score: 0
Accepted Answers:
_ (underscore)
Syntax error
https://onlinecourses.swayam2.ac.in/cec21_cs05/unit?unit=6&assessment=55 1/3
8/19/2021 Art of C Programming - - Unit 2 - Week 02
Logical error
Run time error
None of the above
No, the answer is incorrect.
Score: 0
Accepted Answers:
Syntax error
4) The process of subdividing a computer program into separate sub-programs called ________ 1 point
High level programming
Modular programming
Low level programming
None of the above
No, the answer is incorrect.
Score: 0
Accepted Answers:
Modular programming
Float
Double
Long Double
Far Double
No, the answer is incorrect.
Score: 0
Accepted Answers:
Double
int main()
{
extern int a;
printf("%d\n", a);
return 0;
}
int a=20;
20
0
Garbage Value
Error
No, the answer is incorrect.
Score: 0
Accepted Answers:
20
Declaration
Definition
Function
Error
No, the answer is incorrect.
Score: 0
Accepted Answers:
Declaration
https://onlinecourses.swayam2.ac.in/cec21_cs05/unit?unit=6&assessment=55 2/3
8/19/2021 Art of C Programming - - Unit 2 - Week 02
Function name in C
Declaration Statement in C
Keyword of C
Header file
No, the answer is incorrect.
Score: 0
Accepted Answers:
Function name in C
American astronomer
American musician
Developer of C
Basketball player
No, the answer is incorrect.
Score: 0
Accepted Answers:
Developer of C
{ }
main function
sub programs
variables
No, the answer is incorrect.
Score: 0
Accepted Answers:
sub programs
https://onlinecourses.swayam2.ac.in/cec21_cs05/unit?unit=6&assessment=55 3/3