MAQ Software Interview Question

**Written programming questions** WAP to convert string from lower case to upper case ================================================= WAP to check whether the given number is prime or not ================================================= WAP to check whether the given number is palindrome or not ================================================= WAP to print fibonacci series of given range **Interview Questions** Will this line of code work? a[i]=i++; ================================================= Write a program to Print 1 to 10 numbers using recursion? ================================================= How will you design, and what data structure will you use for a contact list in a cell Phone. It should support insert/modify/delete/search functionality like that provided in a cell phone ================================================= Write a program to add digits of a number? ================================================= Explain DDL and DML queries ================================================= Puzzle: Put five similar coins together such that each touches the other 4