How to Swap Two Numbers in C without Using Third Variable. Follow these 3 methods : Write C program to swap two numbers using + and – operators. * and / operators. XOR operator. Test Case: a=10 and ...
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: 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?
Pavanagg
Asked: April 20, 2022In: C language
Q1. Which of the following are themselves a collection of different data types? a. String b. Array c. Character d. Structure Q2. Which of the following comments about the usage structures is true? a. Storage class can be assigned to individual member b. ...