We will learn what is a String in Python, why is it immutable. How to slice, iterate, get length, check membership of a word, use Escape Sequence, Formatting and
We will learn numbers in python, Different Number datatypes in python, int, float, complex. type conversion What is decimal & fraction. Useful Arithmetic, Random & Trigonometric operations
In this C Programming example, we will discuss how to swap two numbers using the pointers in C and also discuss the execution and pseudocode in detail.
In this C Programming example, we will implement the program to count vowels and consonants in a string using a pointer and print the output on the console.
In this C Programming example, we will discuss the pseudocode and implement the program to find the sum of array elements and print the output on the console.