Assignment 6
Assignment 6
(6) Write a C function that take two numbers and return array
contain all numbers between the two given numbers.
(numbers 2,6->return array contain [3,4,5]).
(9) Write a C function to take 2 arrays and swap them (try with
2 different sizes).
(11) Write a program that computes the nth term of the arithmetic
series: 1, 3, 5, 7, 9, … Run the program to compute the 100th
term of the given series.
Input : N = 6
pneumonia
Output : pnefnlmrz
(33) Given two floating number A and B: Find the value of A xor
B(using pointer).