the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / mannucse
c
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
write a program to generate address labels using structures?
What is variable and explain rules to declare variable in c?
Is fortran faster than c?
What is the role of && operator in a program code?
What is far pointer in c?
What is the difference between procedural and functional programming?
Ow can I insert or delete a line (or record) in the middle of a file?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
write a c program to find the sum of five entered numbers using an array named number
What are the two types of functions in c?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
There seem to be a few missing operators ..
Tell me what is null pointer in c?
Are local variables initialized to zero by default in c?