GTU MCA SEM 1 EBooks And Programs
List Of Subject OF MCA
Fundamentals of Programming (FOP)
Discrete Mathematics
Fundamentals of Programming (FOP)
</b></p><p><b> </b></p><p><b> Enter the value of an integer variable and print it on screen</b><br>#include<stdio.h><br>#include<conio.h><br>void main()<br> {<br> int a;<br> clrscr();<br> printf("enter value:-");<br> scanf("%d",&a);<br> printf("%d",a);<br> getch();<br> }</p><p> </p><p>
Home
Subscribe to:
Posts (Atom)