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