U Turn Movie Review

September 17, 2018
What happens if you take a U Turn in the road illegally? Certainly, death! Does it sound strange? Not at all, if you have watched the movie U Turn. This movie is an official remake of 2016 Kannada movie with same title, which...
Find the Nth term for the given series Write a C program to find the Nth term for the given series 1,2,3,5,8,13,21..... whose first term is 1 and second term is 2 and Nth term will be the sum of term(N-1) and term...
Check palindrome without using library functions write a C program to check the string whether it is palindrome or not  CONSTRAINT : without using library functions Sample input   1: madam Sample output 1: Palindrome Sample input  2  : jobat Sample output 2 :...