the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / manishsoni
i want to add something this :
hexadcimal mean 0-9 and a-f or A-F;
for the format spcifiere for 0-9 and a-f is %x
and the format spcifiere for 0-9 and A-F is %X
Manish soni MCA Ist sem rawatsar.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which programming language is best for getting job 2020?
What is meant by preprocessor in c?
What is the maximum no. of arguments that can be given in a command line in C.?
What are the 4 types of unions?
Why use int main instead of void main?
What is c definition?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is the size of array float a(10)?
What is a scope resolution operator in c?
Can we declare variable anywhere in c?
What is calloc()?
What is the use of #define preprocessor in c?
What is meant by inheritance?
Tell me what is null pointer in c?
What are the uses of a pointer?