Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What is the output of this C code #include void fun(int x, int y); int main() int x = 10; fun(x,x); printf(%d,x); return 0; 1

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
What is the output of this C code #include void fun(int x, int y); int main() int x = 10; fun(x,x); printf("%d",x); return 0; 1 void fun(int x, int y) { X = 20; y= 10; } Select one: a Error b 10 CU 30 d. 20 The output of the code below is #include #include int main() { float x; x= ceil(0.1); printf("%.2f "); return 0;) Select one: a. 2 b. 1.00 C. -1 d. 0.00 What is the output of this C code #include void fun(int x, int y); int main() { int x = 10; fun(x,x); printf("%d",x); return 0; } void fun(intx, inty) X = 20; y = 10; Select one: a. Error b. 10 C30 d. 20 The output of the code bellow is: #include int main() int a[5] - [ 6. 2. 12. 21. 27 ) int 1 ] 1+tat 1 1 = a[ i l++ - at i++ printf("% dd ydin", 1. j. 1): . dn". return 0.1 Select one: o a. 4,3,27 b. 3,3,27 c. 4, 3, 21 d. 3.3.21

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

Advanced Database Systems For Integration Of Media And User Environments 98

Authors: Yahiko Kambayashi, Akifumi Makinouchi, Shunsuke Uemura, Katsumi Tanaka, Yoshifumi Masunaga

1st Edition

9810234368, 978-9810234362

More Books

Students also viewed these Databases questions

Question

=+ explain the term competitive advantage

Answered: 1 week ago

Question

fscanf retums a special value EOF that stands for...

Answered: 1 week ago

Question

What does the start( ) method defined by Thread do?

Answered: 1 week ago

Question

Does it have correct contact information?

Answered: 1 week ago