Explain bit masking in c?
No Answer is Posted For this Question
Be the First to Post Answer
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What are types of structure?
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
int x=5; printf("%d%d%d",x,x<<2,x>>2);
write a c program to add two integer numbers without using arithmetic operator +
how to print "hai" in c?
What is union in c?
What is the stack in c?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Write a program in c to input a 5 digit number and print it in words.
m=++i&&++j(||)k++ printf("%d"i,j,k,m)