July 7, 2021 in C and CPP Write a program using function to read an array from the user and print the odd number at odd position Read More
July 7, 2021 in C and CPP Evaluate the following expressions, indicating which ones are true or false. Read More
July 7, 2021 in C and CPP What is union data type? Define a union ‘u’ to hold a integer, float and character variable. Read More