Computer Science, asked by MuskanTayegam6946, 11 months ago

Determine Output:

void main() { char *p="hi friends", *p1; p1=p; while(*p!='\0') ++*p++; printf("%s", p1); }
A.hi friends
B.ij!gsjfoet
C.hj grjeodt
D.None of These

Answers

Answered by Neeraj723
0
Hii dear here is your answer


option d is the correct answer

Hope it's help u
Answered by MoonGurl01
5
Hey mate,☺☺☺

Here is your answer...✨✨✨

➡➡➡➡➡➡➡➡➡➡➡➡➡

QUESTION:

Determine Output:

void main() { char *p="hi friends", *p1; p1=p; while(*p!='\0') ++*p++; printf("%s", p1); }
A.hi friends
B.ij!gsjfoet
C.hj grjeodt
D.None of These

ANSWER:

Option 【D】None of these

✔✔✔✔✔✔✔✔✔✔✔✔✔

Hope this will help you...✨✨✨

Keep Asking..✌✌✌

❤❤❤ If helps you, Mark my answer as Brainliest....❤❤❤
Similar questions