Write a program to print ASCII code for a given digit.
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of using new operator as compared to the function malloc ()?
Explain indirection?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
Do character constants represent numerical values?
What are variables and it what way is it different from constants?
write a program for the normal snake games find in most of the mobiles.
What is double pointer?
How can I call a function with an argument list built up at run time?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
What are the usage of pointer in c?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
Is boolean a datatype in c?