Skip to content
HindiWorld.net
HindiWorld.net
  • Home
  • Programming
  • Program
  • About us
    • About
    • Privacy policy
    • Disclaimer
    • Terms
  • Contact

Program

यहाँ पर आपको c प्रोग्राम से रिलेटेड पोस्ट मिलेगी जिसे Visual Studio Code में बनाया गया है।

Write a program in C to display the multiplication table of a given integer with using loops

April 3, 2021March 30, 2021

Write a program in C to display the multiplication table of a given integer with using loops #include <stdio.h>void main(){   int i, m, table = 1;   printf(“Enter …

Read more

Write a C program Find cube of the number upto a given integer with using loops

April 3, 2021March 30, 2021
Write a C program Find cube of the number upto a given integer with using loops

Write a C program Find cube of the number upto a given integer with using loops #include <stdio.h>void main(){   int i, h, m, cube = 1;  …

Read more

Write a C program of n number find their sum and average with using loops

April 3, 2021March 30, 2021
Write-a-C-program-of-n-number-find-their-sum-and-average-with-using-loops-

Write a C program of n number find their sum and average with using loops #include <stdio.h>void main(){   int i, a, k, sum = 0;   float avg;   printf(“Total number is\n”);   scanf(“%d”, &k);  …

Read more

Write a C program to show n natural number terms and their sum with using loops

April 3, 2021March 30, 2021
Write-a-C-program-to-show-n-natural-number-terms-and-their-sum-with-using-loops-

Write a C program to show n natural number terms and their sum with using loops #include <stdio.h>int main() {   int i, a, sum=0;    printf(“What is …

Read more

Post navigation
Newer posts
← Previous Page1 Page2 Page3

Recent posts

  • what-is-framework-in-hindiFrameWork क्या है? What is Framework in Hindi
  • Java-kya-hai-hindiJava क्या है? What is Java in Hindi
  • Write a program having a variable i. print the address of i.pass this variable to a function and print its address. are these addresses same?Write a program having a variable i. print the address of i.pass this variable to a function and print its address. are these addresses same?
  • Write a c program to print the address of variable. use this address to get the value of this variableWrite a C program to print the address of variable. use this address to get the value of this variable
  • Write A C Program To Check Whether A Given Number Is A Perfect Number Or NotWrite A C Program To Check Whether A Given Number Is A Perfect Number Or Not
  • write a c program to convert celsius temperature into fahrenheit using functionWrite A C Program To Convert Celsius Temperature Into Fahrenheit Using Function
  • Write-a-program-in-C-to-find-the-Sum-and-Average-of-the-series-Using-loopsWrite a program in C to find the sum and average of the series [1 +11 + 111 + 1111 + ..] using loops
© 2020-22 Copyright: HindiWorld.net