Functions can return enumeration constants in C? a. true b. false c. depends on the compiler d. depends on the standard
SIKSHAPATH Latest Questions
Which of the following is NOT a container adapter? stack queue deque priority-queue
Which of the following is a user-defined data type in c language? (a) typedef int Boolean; (b) typedef enum {Mon, Tue, Wed, Thu, Fri} Workdays; (c) struct {char name[10], int age}; (d) all of the mentioned
Which of the following is(are) true for the given function? f:R→R f(x)=x²+2 R is a set of real numbers. A. 𝑓 is not injective B. 𝑓 is bijective C. 𝑓 is surjective D. 𝑓 is not surjective
Which of these method of String class is used to obtain character at specified index? a. char() b. Charat() c. charat() d. charAt()
Chef and Chefina are at positions X and Y on a number line. They both love badminton. It is known that badminton courts are located at every integer point. They want to find a court such that the maximum distance travelled by either of them is ...