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