C Programming If the two strings are identical, then strcmp() function returns 0 1 true None of these -1 0 1 true None of these -1 ANSWER DOWNLOAD EXAMIANS APP
C Programming Choose the best answer.Prior to using a pointer variable None of these. It should be declared. It should be both declared and initialized. It should be initialized. None of these. It should be declared. It should be both declared and initialized. It should be initialized. ANSWER DOWNLOAD EXAMIANS APP
C Programming Choose the correct statement.I. The scope of a macro definition need not be the entire program.II. The scope of a macro definition extends from the point of definition to the end of the file.III. New line is a macro definition delimiter.IV. A macro definition may go beyond a line. I, II and III I and II I, II, III and IV II and III II, III and IV I, II and III I and II I, II, III and IV II and III II, III and IV ANSWER DOWNLOAD EXAMIANS APP
C Programming In which stage the following code#includegets replaced by the contents of the file stdio.h During Editing During Execution During linking None of these During Preprocessing During Editing During Execution During linking None of these During Preprocessing ANSWER DOWNLOAD EXAMIANS APP
C Programming What will be the value of sum after the following program is executed?void main(){ int sum=1, index = 9; do{ index = index – 1; sum *= 2; }while( index > 9 );} 0.5 9 1 2 0.25 0.5 9 1 2 0.25 ANSWER DOWNLOAD EXAMIANS APP
C Programming Which of following is not a valid name for a C variable? Both A and B None of these Examians Exam veda Exam_veda Both A and B None of these Examians Exam veda Exam_veda ANSWER DOWNLOAD EXAMIANS APP