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