What is the meaning of int *x[]();?
Answer / 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 |
about c language
What are pragmas and what are they good for?
write a program to display numbers from 1 to 10 and 10 to 1?
When a c file is executed there are many files that are automatically opened what are they files?
what is a pointer
4 Answers Bank Of America, TCS,
what is the difference between procedure oriented and object oriented progaming language
using for loop sum 2 number of any 4 digit number in c language
what is the difference between c and java?
What are formal parameters?
What is c preprocessor mean?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
the format specified for hexa decimal is a.%d b.%o c.%x d.%u