Mega Snippets

Welcome

Hello Friends, Welcome To Mega Snippets Website. megasnippets.com megasnippets.com is a team of 4 passionate programmers whose aim is to share coding snippets for all programmers who are working hard to find a solution. We provide free tutorials and code snippets on C programming, C++ Programming, PHP, ASP.Net, Java, C#, Python, etc.

C Programming

Write a C program to compute the perimeter and area of a circle with a given radius
Write a C program to compute the perimeter and area of a rectangle with a height of 5 inches. and width of 3 inches
Write a C program to print the following characters in a reverse way
Write a C program to print a block C using hash (#)
Write a C program to print the Letter F using hash (#)
Write a C program to get the C version you are using
Write a C program to print your name, DOB and mobile number

Java Programming-

Write a Java Program to Perform the inorder tree traversal
Write a Java Program to Count number of leaf nodes in a tree
Write a Java Program to Check if a string contains a substring
Write a Java Program to Access private members of a class
Write a Java Program to Add elements to a LinkedList
Write a Java Program to Sort a Map By Values
Write a Java Program to Pass ArrayList as the function argument
Write a Java Program to Sort map by keys

Python Programming

Write a python program to convert decimal to hexadecimal
Write a Python program to check whether a variable is an integer or string
Write a Python program to test if a variable is a list, tuple, or set
Write a Python program to validate an IP address
Write a Python program to convert true to 1 and false to 0
Write a Python program to input two integers on a single line