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