Answer Posted / vignesh1988i
#include<stdio.h>
#include<conio.h>
void main()
{
char n;
printf("enter the character:");
scanf("%c",&n);
printf("the ascii value %c is %d",n,n);
getch();
}
Is This Answer Correct ? | 53 Yes | 16 No |
Post New Answer View All Answers
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Explain the use of bit fieild.
What is volatile, register definition in C
How do you redirect a standard stream?
How do I round numbers?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Explain what is a const pointer?
a c code by using memory allocation for add ,multiply of sprase matrixes
What are the storage classes in C?
writ a program to compare using strcmp VIVA and viva with its output.
Who invented b language?
What is the use of header files?
What are the c keywords?
How can I split up a string into whitespace-separated fields?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if