Which of the following statements are true?
int f(float)
a)  f is a function taking an argument of type int and returning a floating point number
b)	f is a function taking an argument of type float and returning an integer
c)	f is a function of type float
d)	f is a function of type int
Answer: b
Explanation:   The argument that is passed to a function f is of float type and the function finally returns a value that id is of integer type.
						
						
												
							Related Posts
- Empdt1(empcode, name, street, city, state, pincode).
 For any pincode, there is only one city and state. Also, for given street, city and state, there is just one pincode. In normalization terms, empdt1 is a relation in
- Which forms are based on the concept of functional dependency:
- Which forms has a relation that possesses data about an individual entity:
- Which forms simplifies and ensures that there are minimal data aggregates and repetitive groups:
- Which is a bottom-up approach to database design that design by examining the relationship between attributes:
- Functional Dependencies are the types of constraints that are based on______
- Which-one ofthe following statements about normal forms is FALSE?
Join The Discussion