If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Latest Answer: When the storage is at premium , it may be necessary to pack several objects into single machine word , one common use is a set of single bit flags in application like compiler symbol tables. A bit field or field for short is a set of adjacent bits with ...
Latest Answer: Hexadecimal-D93C. ...
Latest Answer: XOR Operator is right. XOR the given bit with 1 if the bit is 1 then 0 is the o/p else 1 is the o/p. ...
Latest Answer: Bitwise and - & is the correct answer. n=n & 0177 ...
Latest Answer: The bitwise XOR ^ sets a one in each bit position where its operands have different bits and zero where they are same. ...
Latest Answer: One's complement ~ ...
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Latest Answer: str1="Hello";Str2="Hello World";while( (*str1)++ == (*str2)++ ); ...
View page << Previous 14 15 16 17 [18] 19 20 21 22 23 Next >>

Go Top