Write a program to check whether student is pass or fail
#include<stdio.h> int main() { printf("\n\n\t\t Check Whether student is Pass or Fail\n\n\n"); int number; printf("Please enter a number:\n"); scanf("%d",&number); /* For single statements we can skip the curly brackets */…
Comments Off on Write a program to check whether student is pass or fail
August 25, 2023