the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / shital
i think %x is the right answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you know what are the properties of union in c?
Explain how do you generate random numbers in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Is main is user defined function?
#include
int far *near * p; means
Are the variables argc and argv are local to main?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How can I direct output to the printer?
FILE PROGRAMMING
How do you determine whether to use a stream function or a low-level function?
What is c system32 taskhostw exe?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
How can a string be converted to a number?
What is the advantage of an array over individual variables?