4.A function 'q' that accepts a pointer to a character as
argument and returns a pointer to an array of integer can
be declared as:
A)int (*q(char*)) []
B)int *q(char*) []
C)int(*q)(char*) []
D)None of the Above

Answer Posted / rani

int *q(char*)[] can be a proper answer

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to check armstrong number in c?

635


What is the difference between procedural and functional programming?

517


How can you determine the size of an allocated portion of memory?

744


What is the difference between variable declaration and variable definition in c?

564


How will you find a duplicate number in a array without negating the nos ?

1646






How to set file pointer to beginning c?

666


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

707


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

2796


How can I implement sets or arrays of bits?

607


what is recursion in C

616


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

653


What is typedef example?

616


Why c is called a middle level language?

634


How can you avoid including a header more than once?

564


Tell me what are bitwise shift operators?

658