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