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
What are the 5 types of inheritance in c ++?
What is difference between scanf and gets?
What is a stream?
What is the difference between functions getch() and getche()?
What is a constant and types of constants in c?
What are reserved words with a programming language?
What are register variables? What are the advantage of using register variables?
What is string function c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Explain the difference between malloc() and calloc() function?
What is the size of enum in bytes?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What does typedef struct mean?
What do you mean by a local block?