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