MCQs > IT & Programming > Embedded C >

Analyse the given code and answer the following question.

#include <stdio.h>

int main()

{

    typedef char (*(*abc[4])())[10];

    abc a1;

    return 0;

}

Which of the following is true about 'a1'?


Embedded C MCQs

Analyse the given code and answer the following question.

#include <stdio.h>

int main()

{

    typedef char (*(*abc[4])())[10];

    abc a1;

    return 0;

}

Which of the following is true about 'a1'?


Answer

Correct Answer:

It is an array of four function pointers.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Embedded C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Embedded C MCQ Questions

search

Embedded C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it