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 data structures in c and how to use them?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
Tell me what is null pointer in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Write a code to generate divisors of an integer?
write a program to swap two variables a=5 , b= 10 without using third variable
What does the file stdio.h contain?
What is volatile in c language?