A) Return Statement B) Header C) Parameter D) Condition
A) None of the above B) Reference C) Both A & B D) Value
A) Homosequence B) Homogeneous C) Assorted D) Heterogeneous
A) Aggregate data type B) Derived data type C) Secondary data type D) All the above
A) O (nlogn) B) O (n2) C) O (2n) D) None of the above
A) None of the above B) Circular Linked List C) Single Linked List D) Double Linked List
A) None of the above B) + * A B / C D C) + * A / B C D D) + * A B C D /
A) String size is not mentioned B) String can not contain special characters. C) Character array, ary is a string D) Character array, ary is a string
A) %s B) %c C) %w D) %C
A) Auto Function B) Recursive Function C) Static Function D) Self Function
A) auto, double, int, struct B) case, enum, register, typedef C) char, extern, intern, return D) break, else, long, switch
A) breaker B) default C) shorter D) go to
A) %s prints string constants B) %l or %L prints long constants. C) All the above D) %c prints unsigned or signed character constants.
A) 0 B) -1 C) 1 D) [ ]
A) 2,6 B) 1,5 C) Compiler error D) 0,0
A) GRADE=some address of array, GRADE=A B) GRADE=A, GRADE=A C) Compiler error D) GRADE=A, GRADE=some address of array
A) 1000 B) 1110 C) 1100 D) 1001
A) Division by 2 B) adding 2 C) Multiplying by 2 D) Subtracting 2
A) Source Code B) Distributable Code C) Macro Code D) Executable code
A) fprint(), fscan() B) fread(), fwrite() C) read(), write() D) fprintf(), fscanf()
A) James Gosling B) Dennis Ritchie C) Narendra modi D) Rasmus Lerdorf
A) <stdarg.h> B) <stdlib.h> C) <math.h> D) <stdio.h >
A) void B) struct C) none of the mentioned D) char *
A) Evaluation B) Pop C) Create D) Process of inserting an element in stack is called ____________
A) Front = rear + 1 B) Front = MAX_SIZE – 1 C) Rear = MAX_SIZE – 1 D) Rear = front |