Himachal Pradesh OTA 817 - Free Online Practice Test

131. C data type with members sharing same memory?
132. C preprocessor directives begin with?
133. Bitwise exclusive operator symbol in C?
134. C operator with 'pre' and 'post' variants?
135. C character strings terminate with?
136. C standard library function for formatted output?
137. scanf() format specifier for a single character?
138. Output of C segment: int a=5,b; b=++a+7/2; printf("%d",b)?
139. Output of C segment: int a=7,b=8; printf("%d",a & b)?
140. Statement NOT true about variables in C?