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