C program to find the number of lines, words and characters in a given string. You will learn how to read and store a string in C and how to iterate through the string characters.
ReadJava program to find the average of two numbers. This program will take the numbers as inputs from the user and print the average value.
ReadC++ program to print the characters of a string using pointer. We will learn how to access the characters of a string with pointer and how to print them by using a for loop and while loop.
ReadLearn to use class in C++ to do addition, subtraction, multiplication and division operator with examples. We will learn different ways to do it using class.
ReadPython program to read inputs within an interval of time. We will use Timer class of the threading module of Python to take inputs in a time interval.
ReadJavascript program to return objects from functions. We will learn how to return objects from a function and how to return functions from functions in JavaScript.
ReadLearn to take inputs of strings with blank spaces in Java. We can use the nextLine() method of the Scanner class to take a string with blank spaces as inputs.
ReadHow to check if a number is valid IMEI or not in Java. The program will take one number as input from the user and print if it is a valid IMEI or not.
ReadC program to swap two bits of a number. Learn how to use XOR to swap two bits of a number in C using example.
ReadC program to convert a string to hexadecimal value. We will write one C program that will take one string as input and convert it to hexadecimal.
Read