Objective Questions of Data Structure with Answer set-6 Unknown 4:51 ص Add Comment Edit 1. .......................... is a variable that can hold the address of the variables, structure and functions that are used in the program... Read More
MCQ on Java Programming Language Fundamental set-12 Unknown 1:34 ص Add Comment Edit 1. A java program is first ................ and ................... A) executed, run B) compiled, run C) run, compiled D) interpreted, compi... Read More
MCQ on Basic SQL Queries with Answers set-1 Unknown 4:49 ص Add Comment Edit 1. DML is provided for A) Description of logical structure of database B) Addition of new structure in the database system. C) Manipulation ... Read More
Solved MCQ on Database Normalization set-1 Unknown 10:20 م Add Comment Edit 1. A ..................... specifies the actions needed to remove the drawbacks in the current design of database. A) 1 NF B) 2 NF C) 3 NF D... Read More
Solved MCQ on C++ Programming Language set-7 Unknown 10:46 م Add Comment Edit 1. What is required in inheritance to initialize the data members of the base class through derived class? A) Object declaration B) Destruct... Read More
objective type questions in c programming language set-6 Unknown 12:00 ص Add Comment Edit 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... Read More
Solved MCQ on C Programming Language set-5 Unknown 8:18 ص Add Comment Edit 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) *... Read More
How to validate required field in a form using javascript Unknown 12:30 ص Add Comment Edit 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... Read More