| Other C Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| convert 0.9375 to binary |
CTS | 2 |
| which type of question asked from c / c++ in interview. |
| 2 |
| without using arithmatic operator solve which number is
greater?????????? |
| 1 |
| What ios diff. Between %e & %f? |
Honeywell | 3 |
| int x=5;
printf("%d%d%d",x,x<<2,x>>2); |
TANCET | 2 |
| What is that continue statement?? |
| 4 |
| YBJBU6 |
| 1 |
| how can we use static and extern?and where can we use this? |
Excel | 3 |
| #define f(g,h) g##h
main O
int i=0
int var=100
;
print f ("%d"f(var,10));}
what would be the output? |
Wipro | 1 |
| Is there any book to know about Basics of C Language? |
| 3 |
| main()
{
float f1=10.5;
double db1=10.5
if(f1==db1)
printf("a");
else
printf("b")
} |
CSC | 2 |
| what do you mean by defining a variable in our c code? |
| 2 |
| |
| For more C Interview Questions Click Here |