Posts

DBMS assignment - 4

Class Codes

interview preparation type questions 1

Pointer in C++ #Fun_Facts_Of_CPP

1st & 2nd Sem

Floating Point Test #Fun_Facts_Of_C

Write a C program to check the inputed number is Palindrome or not.

Write a C program using a pointer to read an array of integers and print its elements in the reverse order. (Dynamic memory allocation)

Write a C program to find the arithmetic mean of a given list of n real values using pointers.

Develop a function in C that will swap (exchange) the value of two integer variables passed as arguments. Also write the main program.

Write a C program using pointers to find the biggest of two given numbers.

Write a C program to find the sum of two values using pointer.