You are not logged in.

#1 2015-09-12 06:23:15

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

Array Of Integer:

C Programming Quizzes C Language Pointer

Question:
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:

Option A):
int(*q(char *))[]
Option B):
int *q(char *)[]
Option C):
None
Option D):
int (*q) (char *)[]

Correct Answer is Option A):
int(*q(char *))[]


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-09-12 06:23:15

Advertisement
Ads By Google

Re: Array Of Integer:



\n

Board footer