Write a program to print ASCII code for a given digit.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

2 Answers   Patni, TCS,


2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


Are the variables argc and argv are always local to main?

0 Answers  


what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

5 Answers   TCS,


What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  






to find out the reverse digit of a given number

6 Answers   Infosys, Microsoft, TCS, Wipro,


what is available in C language but not in C++?

10 Answers   CTS, TCS,


Explain what is dynamic data structure?

0 Answers  


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers  


Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17

0 Answers  


Explain threaded binary trees?

0 Answers  


Explain what are the advantages and disadvantages of a heap?

0 Answers  


Categories