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 / subbu

answer is d

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can any one provide me the notes of data structure for ignou cs-62 paper

1694


What are the key features in c programming language?

602


What are the different types of linkage exist in c?

603


What are 'near' and 'far' pointers?

608


What is the use of bitwise operator?

678






What are comments and how do you insert it in a C program?

731


What is self-referential structure in c programming?

648


What is the use of define in c?

587


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2163


What is a header file?

628


how to find anagram without using string functions using only loops in c programming

2708


What is the difference between malloc calloc and realloc in c?

641


a c code by using memory allocation for add ,multiply of sprase matrixes

2290


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

651


Differentiate between ordinary variable and pointer in c.

611