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 compiled or interpreted?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
Can a function argument have default value?
What is variable in c example?
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
how do you redirect stdout value from a program to a file?
What is the use of printf() and scanf() functions?
What is c language in simple words?
Simplify the program segment if X = B then C ← true else C ← false
Ow can I insert or delete a line (or record) in the middle of a file?