Q.5 Write a C program to print Floyd’s triangle.
Program-5 Q.5 Write a C program to print triangle. Solution :- #include<stdio.h>#include<conio.h>void main(){int i, j, N; printf(“Enter N: “);
Read moreAll Tech at one spot
Program-5 Q.5 Write a C program to print triangle. Solution :- #include<stdio.h>#include<conio.h>void main(){int i, j, N; printf(“Enter N: “);
Read moreProgram 2 Q.2 Write a menu driven program that performs arithmetic operations (+, – , *, /, %) according to
Read moreProgram – 1 Write a C program to find the sum of all natural numbers between 1 to n. Solution
Read more