What is the C program to swap two numbers without using third variable? Example: x=10 y=40
Home/c language
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
Pavanagg
Asked: January 20, 2023In: C language
Set of instructions to be provided to an electronic machine to perform a task is called a) Programming b) Processing c) Computing d) Compiling
Pavanagg
Asked: June 4, 2022In: C language
Write a C program to print a multiplication table of the numbers from 1 to 10 using function.
Pavanagg
Asked: June 4, 2022In: C language
Write a function to print a table of the numbers from 1 to 10, their squares, and their cubes in C Language.
How do you program a simple calculator in C?