Write a program to print ASCII code for a given digit.
No Answer is Posted For this Question
Be the First to Post Answer
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
What is the difference between the expression “++a” and “a++”?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
Explain how many levels deep can include files be nested?
Does * p ++ increment p or what it points to?
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
What is the difference between printf and scanf )?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Why c is a procedural language?
What are header files and what are its uses in C programming?
Explain what is the difference between a free-standing and a hosted environment?