the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / deepa
it is x for hexadecimal
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Explain the use of #pragma exit?
How many levels deep can include files be nested?
Can the “if” function be used in comparing strings?
Can we assign string to char pointer?
Is swift based on c?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is c language in simple words?
What is array in c with example?
In a byte, what is the maximum decimal number that you can accommodate?
Is c easier than java?
What are control structures? What are the different types?
Do you know what are bitwise shift operators in c programming?
Why structure is used in c?