How can I change their mode to binary?


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

Post New Answer

More C Interview Questions

How can I read/write structures from/to data files?

0 Answers  


what is the role you expect in software industry?

0 Answers   HCL,


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,


What is modeling?

0 Answers  


What is this pointer in c plus plus?

0 Answers  


f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error

4 Answers   HCL,


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


What is variable in c example?

0 Answers  


What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 Answers   ADITI, Student, TCS,


how to get starting address of a running C program

3 Answers  


Why calloc is better than malloc?

0 Answers  


How do you override a defined macro?

0 Answers  


Categories