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
Why #include is used in c language?
What is the best style for code layout in c?
What is the difference between memcpy and memmove?
What is the role of this pointer?
What is boolean in c?
What is unsigned int in c?
What is the difference between a string and an array?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What's the difference between constant char *p and char * constant p?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is array in C
What is static memory allocation?
write a programming in c to find the sum of all elements in an array through function.
Why isn't it being handled properly?