How can you convert integers to binary or hexadecimal?


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

Post New Answer

More C Interview Questions

is assignment operator is arithmatic or not

3 Answers   Infosys,


a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?

6 Answers   Geometric Software,


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


Explain the binary height balanced tree?

0 Answers  


What is the difference between char a[] = "string"; and char *p = "string"; ?

14 Answers   Adobe, Honeywell, TCS,






what does " calloc" do?

7 Answers   Cadence, Logos,


Why is c called "mother" language?

0 Answers  


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


Write a c program to demonstrate character and string constants?

0 Answers  


What are the types of data files?

0 Answers  


Categories