C Programming If the two strings are identical, then strcmp() function returns -1 None of these 1 0 true -1 None of these 1 0 true ANSWER DOWNLOAD EXAMIANS APP
C Programming C programs are converted into machine language with the help of An Editor None of these. A compiler An operating system An Editor None of these. A compiler An operating system ANSWER DOWNLOAD EXAMIANS APP
C Programming C preprocessor Takes care of conditional compilation Takes care of macros Acts before compilation All of these Takes care of include files Takes care of conditional compilation Takes care of macros Acts before compilation All of these Takes care of include files ANSWER DOWNLOAD EXAMIANS APP
C Programming The function sprintf() works like printf(), but operates on .......... stdin no such function in 'C'. Data file string stderr stdin no such function in 'C'. Data file string stderr ANSWER DOWNLOAD EXAMIANS APP
C Programming Which of the following is not a correct variable type? float char int real double float char int real double ANSWER DOWNLOAD EXAMIANS APP
C Programming Determine Output:void main(){ int i=5, j=6, z; printf("%d", i+++j);} 13 12 11 None of These 13 12 11 None of These ANSWER DOWNLOAD EXAMIANS APP