ExamCompetition Forum Question Papers Ask A Question Mock Test Learn & Earn Sign Up Login Menu



18 vote

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

Asked on by | Votes 18 | Views: 1715 | Tags: computer science     | c programming     | pointer     | Add Bounty

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

A).  float ptr;

B).  float *ptr;

C).  *float ptr;

D).  None of the above


Share on Facebook      Share on Whatsapp       Share on Twitter




1 answers

39 vote
Answered by on | Votes 39 |

 float *ptr;

Join Telegram Group




Answer This Question

Name:
Email:
Answer :
Sum of (1+4)
Submit: