Objective Questions of Data Structure with Answer set-6
1. .......................... is a variable that can hold the address of the variables, structure and functions that are used in the program...
مزيد من المعلومات »
2014-08-31T14:51:00+03:00
1. .......................... is a variable that can hold the address of the variables, structure and functions that are used in the program...
مزيد من المعلومات »
2014-08-28T11:04:00+03:00
1. Which exception is thrown by the read( ) method of input stream class? A) Exception B) ClassNotFoundException C) read Exception D) IOExce...
مزيد من المعلومات »
2014-08-26T11:34:00+03:00
1. A java program is first ................ and ................... A) executed, run B) compiled, run C) run, compiled D) interpreted, compi...
مزيد من المعلومات »
2014-08-23T14:49:00+03:00
1. DML is provided for A) Description of logical structure of database B) Addition of new structure in the database system. C) Manipulation ...
مزيد من المعلومات »
2014-08-21T08:46:00+03:00
1. What is required in inheritance to initialize the data members of the base class through derived class? A) Object declaration B) Destruct...
مزيد من المعلومات »
2014-08-20T09:59:00+03:00
1. If a class C is derived from class B, which is derived from class A, all through public inheritance, then a class C member function can a...
مزيد من المعلومات »
2014-08-15T10:00:00+03:00
1. Which symbol is used as a statement terminator in C? A) ! B) ~ C) # D) ; 2. If the size of the array is less than the number of initiali...
مزيد من المعلومات »
2014-08-14T18:18:00+03:00
1. What will be output of the following C program? #include int main() {int goto=5; printf("%d",goto); return 0;} A) 5 B) 10 C) *...
مزيد من المعلومات »
2014-08-14T09:49:00+03:00
1. 'C' is often called a .... A) Object oriented language B) High level language C) Assembly language D) Machine level language 2. E...
مزيد من المعلومات »
2014-08-08T10:30:00+03:00
In a wave form, fields are needs to validate at the time of entry or on submission of form. Generally in a form it needs to validate user ha...
مزيد من المعلومات »