Determine the result of performing two successive block
transfers into the same area of a frame buffer using the
binary arith operations
No Answer is Posted For this Question
Be the First to Post Answer
Is c functional or procedural?
WHAT IS PRE POSSESSORS?
What is meant by operator precedence?
print the palindrome numbers in between 0 to n
how to write a bubble sort program without using temporary variable?
hi send me sample aptitude papers of cts?
how does printf function work
writw a program to insert an element in the begning of a doubly linked list
main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
What is main return c?
can we initialize all the members of union?