Switch to the dark mode that's kinder on your eyes at night time.

Switch to the light mode that's kinder on your eyes at day time.

Submit

Latest stories

  • Hot

    in

    Algorithm to Calculate The Power Of n^x

    Q: Write an Algorithm to calculate the power of a number. Input will be n and x, and your algorithm should output the value of nx. Complexity Analysis Time Complexity: O(log n) Space Complexity: O(log n) Because of “recursive stack space“ More

  • Popular

    in

    C program to reverse numbers

    C program to reverse numbers and print them on the screen. For example, if the input is 12345, we will print the output like 54321. In the program, we use the modulus operator (%) to obtain the digits of the number. To invert the number write its digits from right to left (reverse). C program […] More

  • Hot Popular

    in

    C Program to Find Sum of series 1²+2²+3²+…+n²

    Program to find the sum of series 1²+2²+3²+.+n² in C; Through this tutorial, we will learn how to find the sum of series 1²+2²+3²+….+n² using for loop in C Programming Language. C Program to Find Sum of series 1²+2²+3²+…+n² Finding the sum of a series of numbers is a common task in mathematics. In this […] More

  • Popular

    in

    Writing Your First Program in C

    Let’s print “Hi” In your first computer program, let’s print something on the screen to display. How can we instruct a computer to print “Hi” on the screen in simple English? Did something similar come to your mind? Now, let’s think from a computer’s perspective and do a few changes to our command. Round Brackets […] More

  • C Programming

    Popular

    in

    Introduction to C Programming

    What is C? C is a programming language that lets us give a computer very specific commands. C was invented in 1972. It’s one of the oldest languages to be used even today!. It is one of the most widely used programming languages in the world. It has influenced many popular languages, mainly C++. But […] More

Back to Top

Log In

Forgot password?

Enter your account data and we will send you a link to reset your password.

Your password reset link appears to be invalid or expired.

Log in

Privacy Policy

Add to Collection

No Collections

Here you'll find all collections you've created before.

Hey Friend!
Before You Go…

Get the best interesting tutorials and lates updates straight into your inbox before everyone else!

Don't worry, we don't spam

Close
Close