Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In C Programe. true and false questions and multiple choice questions. thanks please answer from 12 to 20 by True and false (with explain). from

In C Programe. true and false questions and multiple choice questions. thanks

please answer from 12 to 20 by True and false (with explain).

from 21 to 35 is multiple choice.

image text in transcribed

image text in transcribedimage text in transcribed

12. Two functions can have the same name and number of arguments. In other words the following two function declarations are ok. void myfunction (int argi, char arg2) and int myfunction (char argi, float arg2) 13. The following code gives as output: 13 10 7 4 14. Arrays are always passed to functions as pass by value 15. The following statements compile and output: Hello char letters [10'o','l','l', 'e', 'H' int ii for (i-strlen (letters)i-0 i-- printf(c", letters[i])i 16. The following code puts the value 2 into 5 positions of theArray: int theArray [5]i int ii for (i-0:iycoor12.15; can be used to change the value in ycoor to 5. 20. if astruct has values, myArraystructs [2]-astruct; will duplicate all of the information in astruct and place copies into appropriate fields of myArraystructs [2]

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

Database Technology And Management Computers And Information Processing Systems For Business

Authors: Robert C. Goldstein

1st Edition

0471887374, 978-0471887379

More Books

Students also viewed these Databases questions

Question

Refer to Example 10.18 and find a 90% confidence interval for /0.

Answered: 1 week ago

Question

8. Do the organizations fringe benefits reflect diversity?

Answered: 1 week ago

Question

7. Do the organizations social activities reflect diversity?

Answered: 1 week ago