Class 7 Exam  >  Class 7 Questions  >  What does the following statement mean?int (*... Start Learning for Free
What does the following statement mean?
int (*fp)(char*)
  • a)
    pointer to a pointer
  • b)
    pointer to an array of chars
  • c)
    pointer to function taking a char* argument and returns an int
  • d)
    function taking a char* argument and returning a pointer to int
Correct answer is option 'C'. Can you explain this answer?
Most Upvoted Answer
What does the following statement mean?int (*fp)(char*)a)pointer to a ...
Explanation:

int (*fp)(char*)
- The statement declares a pointer named fp that points to a function.
- The function takes a char* argument and returns an int.

Breaking down the statement:
- int: Specifies the return type of the function pointed to by fp.
- (*fp): Indicates that fp is a pointer to a function.
- (char*): Represents the argument type that the function takes, in this case, a char*.

Interpreting the statement:
- This statement means that fp is a pointer to a function that takes a char* argument and returns an int.
- It does not represent a pointer to a pointer, an array of chars, or a function returning a pointer to an int.

Conclusion:
- In summary, the statement int (*fp)(char*) declares a pointer fp to a function that takes a char* argument and returns an int.
Free Test
Community Answer
What does the following statement mean?int (*fp)(char*)a)pointer to a ...
The (*fn) represents a pointer to a function and char* as arguments and returning int from the function. So according to that, the above syntax represents a pointer to a function taking a char* as an argument and returning int.
Attention Class 7 Students!
To make sure you are not studying endlessly, EduRev has designed Class 7 study material, with Structured Courses, Videos, & Test Series. Plus get personalized analysis, doubt solving and improvement plans to achieve a great score in Class 7.
Explore Courses for Class 7 exam

Top Courses for Class 7

What does the following statement mean?int (*fp)(char*)a)pointer to a pointerb)pointer to an array of charsc)pointer to function taking a char* argument and returns an intd)function taking a char* argument and returning a pointer to intCorrect answer is option 'C'. Can you explain this answer?
Question Description
What does the following statement mean?int (*fp)(char*)a)pointer to a pointerb)pointer to an array of charsc)pointer to function taking a char* argument and returns an intd)function taking a char* argument and returning a pointer to intCorrect answer is option 'C'. Can you explain this answer? for Class 7 2024 is part of Class 7 preparation. The Question and answers have been prepared according to the Class 7 exam syllabus. Information about What does the following statement mean?int (*fp)(char*)a)pointer to a pointerb)pointer to an array of charsc)pointer to function taking a char* argument and returns an intd)function taking a char* argument and returning a pointer to intCorrect answer is option 'C'. Can you explain this answer? covers all topics & solutions for Class 7 2024 Exam. Find important definitions, questions, meanings, examples, exercises and tests below for What does the following statement mean?int (*fp)(char*)a)pointer to a pointerb)pointer to an array of charsc)pointer to function taking a char* argument and returns an intd)function taking a char* argument and returning a pointer to intCorrect answer is option 'C'. Can you explain this answer?.
Solutions for What does the following statement mean?int (*fp)(char*)a)pointer to a pointerb)pointer to an array of charsc)pointer to function taking a char* argument and returns an intd)function taking a char* argument and returning a pointer to intCorrect answer is option 'C'. Can you explain this answer? in English & in Hindi are available as part of our courses for Class 7. Download more important topics, notes, lectures and mock test series for Class 7 Exam by signing up for free.
Here you can find the meaning of What does the following statement mean?int (*fp)(char*)a)pointer to a pointerb)pointer to an array of charsc)pointer to function taking a char* argument and returns an intd)function taking a char* argument and returning a pointer to intCorrect answer is option 'C'. Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of What does the following statement mean?int (*fp)(char*)a)pointer to a pointerb)pointer to an array of charsc)pointer to function taking a char* argument and returns an intd)function taking a char* argument and returning a pointer to intCorrect answer is option 'C'. Can you explain this answer?, a detailed solution for What does the following statement mean?int (*fp)(char*)a)pointer to a pointerb)pointer to an array of charsc)pointer to function taking a char* argument and returns an intd)function taking a char* argument and returning a pointer to intCorrect answer is option 'C'. Can you explain this answer? has been provided alongside types of What does the following statement mean?int (*fp)(char*)a)pointer to a pointerb)pointer to an array of charsc)pointer to function taking a char* argument and returns an intd)function taking a char* argument and returning a pointer to intCorrect answer is option 'C'. Can you explain this answer? theory, EduRev gives you an ample number of questions to practice What does the following statement mean?int (*fp)(char*)a)pointer to a pointerb)pointer to an array of charsc)pointer to function taking a char* argument and returns an intd)function taking a char* argument and returning a pointer to intCorrect answer is option 'C'. Can you explain this answer? tests, examples and also practice Class 7 tests.
Explore Courses for Class 7 exam

Top Courses for Class 7

Explore Courses
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev