Answer Posted / seshaphani
void main()
{
int num;
printf("Enter the number");
scanf("%d",&num);
printf("ASCII of %d is %d\n",num,itoa(&num));
}
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
What is function pointer c?
Explain a pre-processor and its advantages.
What is a dynamic array in c?
What are the types of variables in c?
What is an expression?
What is the purpose of void pointer?
What is meant by recursion?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is null in c?
Is c dynamically typed?
What does node * mean?
What is the purpose of macro in C language?
Which programming language is best for getting job 2020?
What are the three constants used in c?
In which header file is the null macro defined?