C Programming
Which of the following correctly accesses the seventh element stored in arr, an array with 100 elements?

arr[7]
arr{6}
None of these
arr[6]
arr{7}

ANSWER DOWNLOAD EXAMIANS APP

C Programming
String concatenation means -

Partitioning the string into two strings.
Extracting a substring out of a string.
Merging two strings.
Combining two strings.
Comparing the two strings to define the larger one.

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

Takes care of conditional compilation
Takes care of include files
Acts before compilation
All of these
Takes care of macros

ANSWER DOWNLOAD EXAMIANS APP