Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. The main) function section contains two parts namely: (a) Function part and executable part (b) Declaration part and executable part (c) Declaration part and

image text in transcribedimage text in transcribedimage text in transcribed

1. The main) function section contains two parts namely: (a) Function part and executable part (b) Declaration part and executable part (c) Declaration part and I (d) Subprogram part and documentation part 2. The command gcc program.c (a) Causes an error (b) Puts the compiled program into the file program (c) Puts the compiled program into the file a.out (d) Saves the fle program.c Which of the following can be used in C (a) An array of structures (b) A pointer as a member of a structure (c) An array as a member of a structure (d) All of the above 3. 4. enum day { sun, mon= 5, tue, wed-1, thu, fri, sat); The value of the identifier fri is? (a) 2 (b) 3 (c) 4 (d) 5 int x, *p Which of the following is equivalent to x? (a) p (b) &p (c) *&x (d) &*p 5. &x

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

How Do I Use A Database Research Tools You Can Use

Authors: Laura La Bella

1st Edition

1622753763, 978-1622753765

More Books

Students also viewed these Databases questions