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