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