Control Flow Statements in C C Functions & Program Structure Pointers & Arrays in C Structures, Unions & Bit-Fields in C Input & Output in C Floating Point & Sizeof Operator in C Enumerations & Typedefs in C String Operations in C C Library Dynamic Memory Allocation in C C Preprocessor ...
c) depends on the compiler d) depends on the standard View Answer 16. Functions in C Language are always ___ a) Internal b) External c) Both Internal and External d) External and Internal are not valid terms for functions View Answer 17. Which of following is not accepted in C? a) ...
It is a data structure used for the representation of the arrays It is a data structure that stores bits It is a type of array in which most of the elements possess the same value It is a type of array in which the elements are present in discontinuous location Answer: 2 It is a da...
10. Which of the following is not an OOPS concept in Java? a) Polymorphism b) Inheritance c) Compilation d) Encapsulation View Answer 11. What is not the use of “this” keyword in Java? a) Referring to the instance variable when a local variable has the same name b) Passing itself ...
c) Arrays have better cache locality that can make them better in terms of performance d) It is easy to insert and delete elements in Linked List View Answer 13. Which data structure is based on the Last In First Out (LIFO) principle?