Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What will be the output of the following C code #include int main() { char A[]=PSUT-JORDAN; char *ptr=A; printf(val %c,*(ptr+5)); return 0; }

 

What will be the output of the following C code #include int main() { char A[]="PSUT-JORDAN"; char *ptr=A; printf("val %c",*(ptr+5)); return 0; }

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Now lets analyze the corrected code char A declares an array of characters initial... 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

Data Structures Using C A Practical Approach For Beginners

Authors: Amol M Jagtap, Ajit S Mali

1st Edition

1000470741, 9781000470741

More Books

Students also viewed these Programming questions

Question

=+c) Complete the test and report your conclusion.

Answered: 1 week ago