Skip to content

Eduguru – Good Blogging

Tech Blog and Discussion

  • Home
  • Download
  • About Us
    • Contact Us
  • Business
    • ViciDial – GoautoDial Support
  • Discussion
  • Sale
    • Get Computer Books
    • Flipkart Sale
    • Amazon Sale Offer
  • Result

Tag: c program example

C Program to find GCD of N Numbers
June 6, 2020

C Program to find GCD of N Numbers

C Tutorial by eduguru0 comments

C Program to find GCD of N Numbers #include<stdio.h> int main() { printf(“\n\n\t\tC Program for Greatest Common Divisor(GCD)\n\n\n”); int x, […]

Read more>>
C Program to create a Menu Driven software using Switch Case
June 5, 2020

C Program to create a Menu Driven software using Switch Case

C Tutorial by eduguru0 comments

C Program to create a Menu Driven software using Switch Case #include<stdio.h> int main() { printf(“\n\n\t\tMenu driven program in c\n\n\n”); […]

Read more>>
Basic Program of Pointer
June 4, 2020

Basic Program of Pointer

C Tutorial by eduguru0 comments

Basic Program of Pointer #include <stdio.h> int main() { printf(“\n\n\t\tEduguru – Pointer program\n\n\n”); int var = 24; // actual variable […]

Read more>>
The First Windows Program in C
June 2, 2020

The First Windows Program in C

C Tutorial by eduguru0 comments

The First Windows Program in C To keep things simple we would begin with a program that merely displays a […]

Read more>>
June 2, 2020

C program to print pascal triangle

C Tutorial by eduguru0 comments

C program to print pascal triangle #include <stdio.h> long factorial(int); int main() { int i, n, c; printf(“Enter the number of rows you wish to […]

Read more>>
Compare two integers in C
June 2, 2020

Compare two integers in C

C Tutorial by eduguru0 comments

Compare two integers in C Algorithm Let’s first see what should be the step-by-step procedure to compare two integers− START […]

Read more>>
C program for matrix addition
June 1, 2020

C program for matrix addition

C Tutorial by eduguru0 comments

C program for matrix addition #include <stdio.h> int main() { int a, b, c, d; int m1[10][10], m2[10][10], sum[10][10]; printf(“Please […]

Read more>>
Program to Check a whether a Number is Odd or Even using Switch Case
May 30, 2020

Program to Check a whether a Number is Odd or Even using Switch Case

C Tutorial by eduguru0 comments

Program to Check a whether a Number is Odd or Even using Switch Case #include<stdio.h> int main(){ int number,remainder; clrscr(); […]

Read more>>
C program to display odd numbers between 1 and 100
May 30, 2020

C program to display odd numbers between 1 and 100

C Tutorial by eduguru0 comments

C program to display odd numbers between 1 and 100 #include<stdio.h> int main(){ int rem,i; printf(“\n The odd numbers between […]

Read more>>
C program to display the odd digits present in integer
May 30, 2020

C program to display the odd digits present in integer

C Tutorial by eduguru0 comments

C program to display the odd digits present in integer Odd number can not be divided by 2. The remainder […]

Read more>>

Posts navigation

Older posts

Recent Posts

  • Agency for high-risk, high-reward research up and running by 2022
  • Install Steam on Ubuntu & Linux Mint
  • install ONLYOFFICE Desktop Editors on Ubuntu
  • Install Tilix GTK3 tiling terminal emulator
  • Install Foliate ePub Reader on Ubuntu
  • Install Telegram on Ubuntu Linux
  • Install the Latest Lollypop Music Player in Ubuntu
  • Install Geary Mail on Ubuntu
  • Install caffeine in Ubuntu
  • The bigger picture: AI vertical farm, San Francisco
  • Red Bull strikes deal to continue using Honda’s F1 engines until 2025
  • A varied diet need not cost the Earth
  • Smallest microchips yet folded from graphene
  • Grub’s up for chickens!
  • Jaguar to offer only electric-powered cars from 2025
  • Hydrogen-powered show homes to open in Gateshead
  • How to grow crops in space
  • Facebook Messenger’s encryption plans labelled a ‘disaster’ for child safety
  • Disadvantaged children face equipment hurdle to access online lessons, study finds
  • People trust robots more than humans with money, global study reveals
  • Turkey sets sight on Moon with 10-year space programme
  • RoboCafe in Dubai eases minds of Covid-wary customers
  • Silicon lidar chip brings accuracy at low cost to autonomous vehicles
  • Facebook bans vaccine misinformation, provides Covid-19 jab advice
  • RSC to stage interactive Midsummer’s Night Dream-inspired performance online
  • Quantum receiver capable of detecting full spectrum of radio waves
  • UAE probe nears Mars orbit ahead of China and Nasa missions
  • North Korea using cyberattacks to advance nuclear weapons, UN warns
  • Robots ‘capture’ shadows to sense touch
  • 3D-printed fresh vegetables become reality with new method
  • Bioengineering threats rated as a top biosecurity risk
  • AI can detect human emotions with wireless signals
  • Microplastics could be eliminated from wastewater at source
  • Marine plastic litter detected and quantified using deep-learning tool
  • What New in Asterisk 16
  • How to automate SSH login with password?
  • Riding high on MoRTH projects
  • Learn lessons from Huawei 5G row, MPs warn
  • Install rally in Ubuntu
  • install Brave Browser
  • 6G demonstrated in lab tests with uncompressed 8K video stream
  • Children exposed to air pollution suffer reduced thinking skills
  • OneWeb’s broadband satellites could be used to plug rural black hole
  • Aero India’s Runway to a Billion Opportunities begins in Bangalore
  • Future fuels change the balance of power
  • Air pollution in biggest cities four times above safe levels
  • North Sea oil-flaring practice found to output as much carbon as a coal plant
  • Responsibilities mounting for CISOs, says BT Security
  • Working towards a Digital Budget
  • Whenever I switch on Ubuntu I always see the following message.

RSS Eduguru – Tech Discussion

  • Apache: No space left on device: Couldn’t create accept lock
  • read last 100 lines from a file in linux
  • how to purge mysql binary logs
  • How do I load a sql.gz file to my database?
  • How to run PHP scripts from cron jobs

RSS Online Video songs

  • MySQL CASE STATEMENT
  • Truncate or Empty table in mysql from phpmyadmin
  • SQL Quiz
  • convert mysql table engine to innodb
  • C program to add two numbers,C program to add 2 numbers,C program to sum...

Recent Post

  • Agency for high-risk, high-reward research up and running by 2022
  • Install Steam on Ubuntu & Linux Mint
  • install ONLYOFFICE Desktop Editors on Ubuntu
  • Install Tilix GTK3 tiling terminal emulator
  • Install Foliate ePub Reader on Ubuntu

© 2021 Eduguru.in, Powered by S NET Expert Technology.