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