Anagram in c: c program to check whether two strings are anagrams or not, string is assumed to consist of alphabets only. Two words are said to be anagrams of each other if the letters from one word can be rearranged to form the other word. From … Read more »
C program to move a car
Program in c using graphics move a car. A car is made using two rectangles and two circles which act as tyres of car. A for loop is used to move the car forward by changing the rectangle and circle coordinates and erasing the previous contents o… Read more »
Captcha program in C Language
This program generates captcha, a captcha is a random code generated using some algorithm. We will use random function in our code. These are used in typing tutors and in website to check whether a human is operating on a website. #include #inclu… Read more »
C program to restrict mouse pointer in a circle
This program restricts mouse pointer in a circle i.e you can't move mouse out of a circle. When you try to bring mouse pointer outside the circle, mouse pointer is moved to it's previous location which is inside the circle. Code to restrict mouse… Read more »
C program to perform operation on Complex Numbers
C Program to add, subtract, multiply and divide complex numbers :- This program performs basic operations on complex numbers i.e addition, subtraction, multiplication and division. This is a menu driven program in which user will have to enter hi… Read more »
Traffic light program in c
Traffic light Simulation: Traffic light program in c presents what happens in our daily life at traffic light signals. Firstly user will press a key to start the traffic light simulation. #include #include #include #include main() { int gd = … Read more »
Web Browser in C
This program opens a website entered by the user. User can open any website .It will launch Mozilla Firefox web browser to open a website so it should be installed on your computer, if you are using an another web browser then you can change the … Read more »
15 Online Courses To Make You An Android App Developer
1. Android Programming Video Tutorials for beginners in English: This has over two hours of video lectures and is an awesome way to learn coding techniques. 2. Android Game Programming tutorials: These tutorials are meant for those that are interes… Read more »
25 Best Linux Apps
1. Nagios for Monitoring - This app is for free. Its license status is GPL. The app lies inactive on your computer system monitoring host resources and network services with the aim of notifying the admin in the event a problem arises.2. GIT for… Read more »