Learn how to declare variables without assigning any value in python. Whenever we create one variable in python, we assign one value to it and python defines the type automatically.
ReadLearn what is interface in typescript with example. Interface is used to define the syntax of a class to follow.
ReadC++ program to find the sum of first of n natural numbers. We will take the value of n as input from the user.
ReadWhat is swift optional. Optional is an important concept in swift. Learn optional with examples in this blog post.
ReadLearn how to use number in Kotlin with different methods defined in it. We will see its built-in types, different types of use cases with examples.
ReadUsing try catch finally, we can handle an exception. Rethrowing an exception is used to rethrow an exception again in the catch block. In this post, we will learn how to rethrow exception in kotlin with example.
ReadLearn how to handle exceptions in Kotlin using try catch with different examples. We will explore how to throw an exception and how to use try catch blocks to handle.
ReadC program to find GCD of two user given numbers. We will learn two different ways to find the GCD in C.
ReadC program to print double quotes using printf. We will learn different ways to print double quotes in C with example.
ReadPython numpy log10 method explanation with example. Learn how to use numpy log10 with a simple example.
Read