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