A program written in C language can be run on ___ Computer.
A. Super
B. Main Frame
C. Desktop
D. Any
A. Super
B. Main Frame
C. Desktop
D. Any
A. Ken Thomson
B. Martin Richards
C. Dennis Ritchie
D. Bjarne Stroustrup
A. Nothing
B. A value 0 or 1 depending on whether the file could be opened or not.
C. A pointer to FILE filename,if it exits
D. All of these
A. it is assumed to be present and taken to be false
B. it is assumed to be present and taken to the true
C. it result in a syntax error
D. All of these
A.an identifier may start with an underscore
B.an identifier may end with an underscore
C.Both A & B
D.All of the above
A. 0
B. Null
C. Garbage
D. All of these
A. 200
B. 300
C. 100
D. None
A. int < unsigned < float < double
B. unsigned < int < float < double
C. int < unsigned < double < float
D. unsigned < int < double < float
A. Local variables
B. Internal variables
C. Both A & B
D. Global variables
A. input facility
B. output facility
C. both input and output facilities
D. no input and output facilities