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