What is meant by 'bit masking'?
No Answer is Posted For this Question
Be the First to Post Answer
what is the height of tree if leaf node is at level 3. please explain
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
what is meant by the "equivalence of pointers and arrays" in C?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
how can u print a message without using any library function in c
What is gets() function?
What is the advantage of an array over individual variables?
can we have joblib in a proc ?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
char ch="{'H','I',0};printf("%s",ch);what is output
what are the stages of compilation