What is the C program to swap two numbers without using third variable? Example: x=10 y=40
SIKSHAPATH Latest Questions
A computer cannot “boot” if it does not have the _____ a. Loader b. Compiler c. Assembler d. Operating system
Functions can return enumeration constants in C? a. true b. false c. depends on the compiler d. depends on the standard
Set of instructions to be provided to an electronic machine to perform a task is called  a) Programming b) Processing c) Computing d) Compiling
Which of the following is NOT a container adapter? a. stack b. queue c. deque d. priority-queue
1.What is a database? a) Organized collection of information that cannot be accessed, updated, and managed Read more
Blockchain final test answer internshala
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