A computer cannot “boot” if it does not have the _____ a. Loader b. Compiler c. Assembler d. Operating system
SIKSHAPATH Latest Questions
Pavanagg
Asked: January 20, 2023In: C language
Functions can return enumeration constants in C? a. true b. false c. depends on the compiler d. depends on the standard
Which of the following is NOT a container adapter? stack queue deque priority-queue
Pavanagg
Asked: January 1, 2023In: Programming Language
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
Pavanagg
Asked: August 31, 2022In: Mathematics
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()