C Program to accept and print the mobile number
C Program to accept and print the mobile number #include <stdio.h> int main() { long int n; printf("En…
C Program to accept and print the mobile number #include <stdio.h> int main() { long int n; printf("En…
C Program to check the greatest of three numbers #include <stdio.h> int main() { int a,b,c; printf("Ent…
C Program to check whether a given number is even or odd #include<stdio.h> int main() { int a; printf(&qu…
C Program to accept the string with spaces #include<stdio.h> int main() { char a[101]; printf("enter …
C Program to check eligibility #include<stdio.h> int main() { int age; printf("Enter your age : "); …
C Program To Write your name and find the length of the string #include<stdio.h> int main() { char a[50]; printf(&…
Our website uses cookies to improve your experience. Learn more
حسنًا