What is the meaning of int *x[]();?

Answer Posted / guest

x is a pointer to an array of function which takes no
arguments and returns int

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you check to see whether a symbol is defined?

593


What is the difference between c &c++?

648


Disadvantages of C language.

663


What is const volatile variable in c?

580


Under what circumstances does a name clash occur?

693






Explain logical errors? Compare with syntax errors.

632


What should malloc(0) do?

618


How do you declare a variable that will hold string values?

671


Why functions are used in c?

588


What does %d do in c?

547


What are header files in c?

619


What is the need of structure in c?

566


What is self-referential structure in c programming?

661


Explain how can you check to see whether a symbol is defined?

664


What is the deal on sprintf_s return value?

646