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

Post New Answer

More C Interview Questions

Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


Does * p ++ increment p or what it points to?

0 Answers  


How do you search data in a data file using random access method?

0 Answers  


Differentiate between declaring a variable and defining a variable?

0 Answers  






Why double pointer is used in c?

0 Answers  


What is the difference between c &c++?

0 Answers  


i want to have a program to read a string and print the frequency of each character and it should work in turbo c

3 Answers   Persistent, Wipro,


int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?

6 Answers   Verifone,


What does a function declared as pascal do differently?

0 Answers  


34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?

3 Answers  


What is an example of structure?

0 Answers  


Categories