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