129k views
0 votes
Plesea solve this question

Plesea solve this question-example-1
User Simonyoung
by
7.5k points

1 Answer

7 votes

Answer:

The output of the given code is "5".

Step-by-step explanation:

  • In the given C language code first header file is declared, in the next line, a pointer method m is declared, inside the method a pointer integer variable p is defined that assign a value that is "5".
  • In the next step, main method defined, inside the method another pointer variable k is declared, that calls pointer method "m" and prints its return value that is equal to 5.
User VillageTech
by
8.1k points