Question
Easy
Write a declaration for a pointer to a function that returns a float
1
float f();
2
float * f()
3
float (*f) ();
4
float* (*f) ();
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option
Explanation
Read More
Similar Questions from HTET Exam - Level 3 - Year 2015
Question 1
Easy
Source :
HTET 2015
Data structure used in Quick Sort is
Question 2
Easy
Source :
HTET 2015
The preprocessor directives always starts with the symbol
Question 3
Easy
Source :
HTET 2015
As compared to the secondary memory, the primary memory of a computer is
Question 4
Easy
Source :
HTET 2015
When a language has the capability to produce new data type, it is said to be