Question: Q . 1 Write a C program to check whether number is even or odd Q . 2 Write a C program to check whether

Q.1 Write a C program to check whether number is even or odd
Q.2 Write a C program to check whether a number is positive, negative, or zero
Q.3 Write a C program to convert Fahrenheit to Celsius
Q.4 Write a C program to print a two-dimensional array, you need to use a function that passes the array and print it.
Q.5 Write a C program to find the size of int, float, double, and char
Q.6 Write a program to compute the factorial of an integer variable
Q.7 Write a C program to calculate the output Y for a given value of X for the following formula:
Y=x2+2x+3
8 Write a program to act as an electronic safe, if the correct code has been entered, the program should display "Safe Open". If an incorrect code is entered more than three times, it should display "Alarm" and cannot be reset.
7 Write a C function using pointers named trimfnt that deletes all leading blanks from a string.
0 Write a C function called stradd that concatenates together three strings
Q.11 An 8-bit number represents a coded function, bit 3-4 describe the operation to be performed on the number in bits 0-2 and 5-7
Q . 1 Write a C program to check whether number

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!