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