Chapter 2: Data Input/Output and ‘C’ Operators

 

Results

Previous
Next

#1. ________ functions are used to accept values into variables.

Previous
Next

#2. _______ functions are used to printing them after the processing is over.

Previous
Next

#3. The Standard input medium is the _________

Previous
Next

#4. The Standard output medium is the _________

Previous
Next

#5. The C language is accompained by a collection of ___________ that provide necessary information.

Previous
Next

#6. The header file required by the standard input/output library functions is called __________

Previous
Next

#7. A ______ is a temporary storage area, either in the memory, or on the controller card for the device.

Previous
Next

#8. _______ is allowed to input a single character from the terminal.

Previous
Next

#9. __________ function is used to get a character from the input device as similar to getch() function.

Previous
Next

#10. ___________ allows the user to display a string character by character.

Previous
Next

#11. The _______ function, translates internal values as characters.

Previous
Next

#12. Format string %d is ____

Previous
Next

#13. Format string %f is __________

Previous
Next

#14. Format string %lf is __________

Previous
Next

#15. Format string %s is __________

Previous
Next

#16. The _________ can be used to enter any combination of digits, characters and strings.

Previous
Next

#17. The _______ functions enables us to read strings of characters at the console.

Previous
Next

#18. The ____ function enables us to write string of characters at the console.

Previous
Next

#19. The data item that operators act upon are called ____________

Previous
Next

#20. _________ operators are a class of operators that act upon a single operand to produce a new value.

Previous
Next

#21. __________ operators are used in control constructs such as if and while.

Previous
Next

#22. The ______ operators allow a programmer to combine simple relational expression to form complex expression by using logical NOT, AND and OR.

Previous
Next

#23. _________ operators are used as part of expressions, which assign value of an expression to an identifier.

Previous
Next

#24. A ____________ operators form an expression that will be have one of two values, depending on the truth value of another expression.

Previous
Next

#25. _________ operation refers to testing, setting or shifting the actual bits in a byte or word, which correspond to the char and int data types and variants.

Previous
Finish