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