Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 4754Post New Scientific Atlanta Interview Questions
How can we use header and footer?
What is conformance testing?
What is $# in unix?
How to bind a service container to a service provide.
What are advantages of c++?
how can we see the error log files in broker?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
How do you rename a table in mysql?
What is format parameter in ssrs?
Tell me how a text written in a text field could be cleared?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
How can you switch back from a frame?
how to add Kernel patch in all systems at a time?
Does a person diagnosed with turner syndrome have trouble hearing? please reply if you have this syndrome or know someone who does.
How errors in talend are handled?