C Programming Interview Quiz C Programming Interview Quiz What one of the following is not a characteristic of the Global variable When uninitialised, they store any garbage value When changes are made, it is reflected in all functions, at all places in the program. They are declared outside a function, their scope is througout the program Parameter passing is not required, because the scope is throughout the program, in all functions Actual parameters are a list of variables and not a definition of parameters TRUE FALSE There are 4 basic data types in C programming - integer, floating point, character and Void. FALSE TRUE strncat() concatenates destination string at the end of the source string up to the number of characters mentioned FALSE TRUE Time is Up! Time's up
Responses