How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are local variables c?

0 Answers  


for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float

1 Answers  


Is it possible to use curly brackets ({}) to enclose single line code in c program?

0 Answers  


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


write a program whose output will be- 1 12 123 1234

10 Answers  


What is int main () in c?

0 Answers  


Where static variables are stored in memory in c?

0 Answers  


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }

6 Answers  


Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?

1 Answers  


Can the curly brackets { } be used to enclose a single line of code?

0 Answers  


Is c object oriented?

0 Answers  


if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 Answers  


Categories