Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

** pi 1) What is the output? int i[]- (10, 20, 30, 40, 50); int pa[]-(i+2, i+4, i+3, i, i+1); int **pipa,; printf(%d,'' , **++pi);

image text in transcribed

** pi

1) What is the output? int i[]- (10, 20, 30, 40, 50); int pa[]-(i+2, i+4, i+3, i, i+1); int **pipa,; printf("%d,'' , **++pi); printf("%d,'' , *pi); printf("%d,'' , *+--pi); printf ("%d", --*pi); a) 10,11,20,19 c) 50,51,30,29 b) 30,40,30,20 d) None of the above

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

Microsoft Visual Basic 2005 For Windows Mobile Web Office And Database Applications Comprehensive

Authors: Gary B. Shelly, Thomas J. Cashman, Corinne Hoisington

1st Edition

0619254823, 978-0619254827

More Books

Students also viewed these Databases questions

Question

Define organisation chart

Answered: 1 week ago

Question

What are the advantages of planning ?

Answered: 1 week ago

Question

Explain the factors that determine the degree of decentralisation

Answered: 1 week ago

Question

What Is acidity?

Answered: 1 week ago

Question

Explain the principles of delegation

Answered: 1 week ago