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