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