You are not logged in.

#1 2015-09-12 06:29:45

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

Float Pointer:

C Programming Quizzes C Language Pointer

Question:
Which of the following is the correct way of declaring a float pointer:

Option A):
None
Option B):
*float ptr;
Option C):
float ptr;
Option D):
float *ptr;

Correct Answer is Option D):
float *ptr;


Failure is the first step towards seccess.

2015-09-12 06:29:45

Advertisement
Ads By Google

Re: Float Pointer:



\n

Board footer