Basic Program of Pointer
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 moreBasic Program of Pointer #include <stdio.h> int main() { printf(“\n\n\t\tEduguru – Pointer program\n\n\n”); int var = 24; // actual variable
Read moreThe First Windows Program in C To keep things simple we would begin with a program that merely displays a
Read moreC 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 moreCompare two integers in C Algorithm Let’s first see what should be the step-by-step procedure to compare two integers− START
Read moreC 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 moreProgram to Check a whether a Number is Odd or Even using Switch Case #include<stdio.h> int main(){ int number,remainder; clrscr();
Read moreC program to display odd numbers between 1 and 100 #include<stdio.h> int main(){ int rem,i; printf(“\n The odd numbers between
Read moreC program to display the odd digits present in integer Odd number can not be divided by 2. The remainder
Read moreC program to print diamond pattern #include <stdio.h> int main() { int i, j, rows, space = 1; printf(“Please enter
Read morePSEB 10th Result 2020: पंजाब बोर्ड पीएसईबी 10वीं का रिजल्ट जारी, ये रहा Direct Link http://punjab-10th-result.indiaresults.com/pb/pseb/class-10th-exam-result-2020/query.htm PSEB 10th Result 2020:
Read more