By using this site, you agree to the Privacy Policy and Terms of Use.

August 3, 2025
Breaking News
  • Untold Stories of 5 Famous Paintings That Changed...
  • ನಾನು ದೊಡ್ಡವನಾದಾಗ ಏನು ಆಗಲು ಇಚ್ಛಿಸುತ್ತೇನೆ
  • What I Want to Be When I Grow...
  • How to Build Effective Study Habits for Long-Term...
Topic Nest Topic Nest
Nav
Nav
Topic Nest

Explore.Learn.Share

Creative July 24, 2025

Untold Stories of 5 Famous Paintings

Education Kannada July 24, 2025

ನಾನು ದೊಡ್ಡವನಾದಾಗ ಏನು ಆಗಲು ಇಚ್ಛಿಸುತ್ತೇನೆ

Education Essay July 24, 2025

What I Want to Be When

Education July 24, 2025

How to Build Effective Study Habits

  • About Us
  • Blog
  • Cart
  • Cart
  • Checkout
  • Checkout
  • Contact Us
  • Home
  • Home Three
  • Home Two
  • My account
  • My account
  • Sample Page
  • Shop
  • Shop
  • Team
  1. Home
  2. C and C++
C and C++

C program to accept N numbers and arrange them in...

#include <stdio.h> int main() { int arr[100], n, i, j, temp; // Accept total number of elements printf("Enter the number...
  • BY Team Topic Nest
  • March 17, 2023
  • 0 Comment
C and C++

C Program to Print the Alternate Elements in an Array

#include <stdio.h> int main() { int arr[100], n, i; // Accept number of elements printf("Enter the number of elements: ");...
  • BY Team Topic Nest
  • March 17, 2023
  • 0 Comment
C and C++

C Program to Increment every Element of the Array by...

#include <stdio.h> int main() { int arr[100], n, i; // Input number of elements printf("Enter the number of elements in...
  • BY Team Topic Nest
  • March 17, 2023
  • 0 Comment
C and C++

Write a program to print Fibonacci Series upto a given...

The Fibonacci series is a sequence of integers in which the first two integers are 1 and from third integer...
  • BY Team Topic Nest
  • March 16, 2023
  • 0 Comment
C and C++

Write a program to find GCD of two numbers

The GCD or HCF (Highest Common Factor) of two integers is the greatest integer that divides both the integers with...
  • BY Team Topic Nest
  • March 16, 2023
  • 0 Comment
C and C++

Write a program using recursion to find power of a...

We can write, nm = n*nm-1 =n*n*nm-2 =n*n*n*……………m times *nm-m The program which implements the above logic is as follows:...
  • BY Team Topic Nest
  • March 16, 2023
  • 0 Comment
C and C++

Write a program using recursion to find the summation of...

We can say ‘sum of numbers from 1 to n can be represented as sum of numbers from 1 to...
  • BY Team Topic Nest
  • March 16, 2023
  • 0 Comment
C and C++

Write a program using function to find factorial of a...

#include <stdio.h> // Function to calculate factorial int factorial(int n) { int fact = 1; for(int i = 1; i...
  • BY Team Topic Nest
  • March 12, 2023
  • 0 Comment
C and C++

Actual Arguments And Formal Arguments

Actual Arguments These are the real values or variables you pass to a function when calling it. They appear in...
  • BY Team Topic Nest
  • March 12, 2023
  • 0 Comment
C and C++

Program using a nested for loop to find the prime...

#include <stdio.h> int main() { int i, j, isPrime; printf("Prime numbers from 2 to 20 are:\n"); for (i = 2;...
  • BY Team Topic Nest
  • March 1, 2023
  • 0 Comment
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 27

Search

Categories

C and C++(270)
Cloud Computing(25)
Compiler Design(8)
Computer Graphics(166)
Computer Security(2)
Creative(1)
Data Structures(89)
Education(3)
Essay(1)
Food(2)
Health(2)
Kannada(1)
Meditation & Mindfulness(1)
Natural Remedies(1)
OS(282)
Php(26)
Physics(1)
Preventive Care(1)
Shell Script(3)
Uncategorized(1)

Blog Posts

Creative July 24, 2025

Untold Stories of 5 Famous Paintings That Changed Art Forever

Education Kannada July 24, 2025

ನಾನು ದೊಡ್ಡವನಾದಾಗ ಏನು ಆಗಲು ಇಚ್ಛಿಸುತ್ತೇನೆ

Education Essay July 24, 2025

What I Want to Be When I Grow Up

Education July 24, 2025

How to Build Effective Study Habits for Long-Term Success

© 2025 Topic Nest | All Rights Reserved