Write a Program to print the sum of digits of a given number.
Write a Program to print the sum of digits of a given number. #include <stdio.h> #include <conio.h> int main () { Β Β int no […]
Read moreTechnology + Coding
Write a Program to print the sum of digits of a given number. #include <stdio.h> #include <conio.h> int main () { Β Β int no […]
Read moreBinary Search in C++ Binary Search in C++ #include <iostream> #include <algorithm> using namespace std; int binary_search(int arr[], int size, int target) { int […]
Read moreREVERSE A NO IN C++ REVERSE A NO IN C++ #include<iostream> using namespace std; int main(){ int n; cin>>n; int reverse=0; […]
Read moreHere’s a Python code to check if a given number is prime or not: def is_prime(n):if n <= 1:return Falseelif n <= 3:return Trueelif n […]
Read moreSecond Largest Element in an Array Second Largest Element in an Array #include <iostream> using namespace std; int main() { int arr[] = {1, […]
Read moreKaisa Lga Mera Majak Thanks for reading this blog. Hope you get satisfied with the blog and definitely this blog […]
Read moreGiveawayπ₯³ Join this Giveaway…50 Lucky User will get a chance toΒ upto Rs.100. Click to Proceed
Read moreINTRODUCTION Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.It is used for:web development (server-side),software development,mathematics,system script […]
Read moreSwapping of two numbers in C++ Swapping of two numbers in C++ Swapping of two numbers : #include <iostream> using namespace std; int main() […]
Read moreWhat is the Entrance Exam for DDU Gorakhpur? The entrance exam for DDU Gorakhpur is the DDU entrance exam. The Deen Dayal Upadhyaya Entrance Exam […]
Read moreAMAZON PROJECT HTML & CSS AMAZON PROJECT HTML & CSS HTML CODE <!DOCTYPE html> <html lang=”en”> <head> Β Β <meta charset=”UTF-8″> Β […]
Read more
Recent Comments