Below is the example to input a number and display it. #include<stdio.h> #include<conio.h> int main() { int a; printf(“enter value for a\t”); scanf(“%d”,&a); printf(“the value of a is :%d”,a); getch(); } Constants…
Asthma: Respiratory disease
Asthma respiratory disease is a chronic respiratory and long term inflammatory disease of lungs characterized by cough, wheeziness, and shortness of breath. Asthma is a serious disease and it affects more than…
Moderna:corona
Moderna corona is an experimental potential vaccine which could prove safe for human. It is effective against novel coronavirus. This vaccine was developed by researchers at Moderna and national institutes of health….
Introduction To C
Programming languages are simply a set of instructions that are provided to the computers to perform a certain task. C is a high level and structure-oriented programming language that was designed and…