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