the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / mahmoud
c.%x
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many types of sorting are there in c?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
how logic is used
Can we compile a program without main() function?
What is difference between structure and union with example?
What are extern variables in c?
Is c easy to learn?
why wipro wase
What is the use of typedef in structure in c?
What is const and volatile in c?
How to write c functions that modify head pointer of a linked list?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
Tell us two differences between new () and malloc ()?
What is use of null pointer in c?