1) first you have to find the reverse of an integer..
code is given below,
#include<stdio.h>
void main()
{
int a,b,m,s=0;
printf("enter the value of a");
scanf("%d",&a);
b=a;
while(a!= 0)
{
m=a%10;
s=s*10+m;
a=a/10;
}
if(s == b)
{
printf("original number is equal to the reversed number");
}
else
{
printf("original number is not equal to the reversed number");
#include<stdio.h> #include<conio.h> void main() { int num[25]; int i,j,k=0; for(i=0;i<=24;i++) { printf("Enter numbers : "); scanf("%d",&num[i]); } printf("\nEnter the number to be searched : "); scanf("%d",&j); printf("\nthe is %d",j); for(i=0;i<=24;i++) { if(num[i]%j==0) k=k+1; } printf("\nIt is repeated %d times."k); }
#include<stdio.h> #include<conio.h> int main () { int num; printf("enter the number"); scanf("%d",&num); if(num<0) num=(-1)*num; printf("absolute value=%d",num); getch(); return 0; }
#include<stdio.h> #include<conio.h> int main(void) { int a,b,c; printf("write three numbers:\n"); scanf("%d %d %d", &a,&b,&c); printf("You entered %d , %d and %d",a,b,c); getch(); }
# include <stdio.h> # include <conio.h> int main () { char a; printf("Enter the number"); scanf("%c", &a); (a>=97 && a<=122)? printf("\n\nIt is a lower case alphabet"):printf("\n\nIt is not a lower case alphabet"); getch(); getch();}
10 for t = 1 to 50 20 input a 30 c = c + a 40 next t 50 print c
ASCII is used to determine which character to display when a keyboard key is pressed, or code entered.
A computer monitor displays any data that is entered on the keyboard.
Typically, text is entered into the word processor from a keyboard.
mouse ,keyboard, joysticks are some examples for input devices
You need to file for a modification at the court that entered the original order. There will be a hearing on the merits of your request.You need to file for a modification at the court that entered the original order. There will be a hearing on the merits of your request.You need to file for a modification at the court that entered the original order. There will be a hearing on the merits of your request.You need to file for a modification at the court that entered the original order. There will be a hearing on the merits of your request.
"keyboard entry" refers to: 1. data entered into a computer by a person typing on a keyboard. 2. information received by a computer from a keyboard. This might refer to the data coming into a computer program for example.
"keyboard entry" refers to: 1. data entered into a computer by a person typing on a keyboard. 2. information received by a computer from a keyboard. This might refer to the data coming into a computer program for example.
Usually with the keyboard. Just select the cell where you want the formula and type in what you want.
ñ, œ, ∑, ´, ®, †, ¥, ü, î, ø, π, ". ', å, ß, ∂, ƒ, ©, ˙, ∆, ˚, ¬, Ω, ≈, ç, √, ∫, µ, ≤, ≥, ÷, …, æ, ¡, ™, £, ¢, ∞, §, ¶, •, ª, º, -, ≠ are all examples of letters or characters that cannot be entered directly from a standard North American QWERTY keyboard.
Input is something that can be sent to the computer. An example for an input device would be a keyboard, you type things on the keyboard and that data is input into the computer.
He was born "David Dwight", but was known as Dwight. He reversed the names to "Dwight David" when he entered West Point Military Academy.
You can enter them by just typing them in with the keyboard. You can also use the Insert Function facility.