-
-
-
Unary and Binary Operator
Explain the concept of unary and binary operator overloading giving suitable examples.
-
Which one of the following represents a correct and safe declaration of NULL ?
a) typedef((void *)0) NULL; b) typedef NULL(char *)0; c) #define NULL((void *)0) d) #define NULL((char*)0)
-
-
-
What does the command shutdown do?
log out all the processes of the computer
-
-
-
-
-
-
Remove a File
How will you remove a file with the name '-somethink'?
-
What is the function of the modulus operator in most languages ?
a) Sets a system environmental value to either base 10, base 8 or base 16 b) Returns the remainder after dividing one number by another c) Returns the first argument raised to the second argument power d) Prints out the actual code written to standard output rather than executing the code
-
-
-
-
-
-
Languages Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans