Resource Type | Posted On |
Using the CHECKS table from earlier today, write a query to return just the chec... | Dec 21 |
Using the CHECKS table, write a query to return all the unique remarks | Dec 21 |
Are triggers used with the SELECT statement? | Dec 21 |
Does C# support a variable number of arguments? | Sep 02 |
Does C# do array bounds checking? | Sep 20 |
The statement int main() is a which statement | Nov 12 |
Which of the following will be used to access the two entries, namely key and va... | Apr 21 |
Which statement(s) is used to rethrow an exception? - Select option | Nov 18 |
Why does excel display number signs(###) in a cell? | Jan 20 |
Which statement(s) is NOT true about catch (…) statement? - Select option | Dec 08 |
Which of the following statement(s) is true according to the following statement... | Jan 13 |
How can I check the type of an object at runtime? | Feb 06 |
Write the equivalent C++ statement for the following expression | Dec 01 |
Which of the following statements is true about the function that contains the c... | Jan 15 |
What does streamline an SQL statement mean? | Dec 21 |
Will below statements will work or not? | Dec 21 |
Which of the following SQL statements will work? | Dec 21 |
Name of serial’s name which has been started two year ago. | Dec 15 |
Using today's TEAMSTATS table, write a query to determine who is batting under... | Dec 21 |
From which two sources can you generate SQL scripts? | Dec 21 |
What are macro actions? Name any two actions provided by Access? | Jan 20 |
What are macro actions? Name any two actions provided by Access? | Jan 20 |
Identify the correct syntax for declaring a dynamic array of characters using th... | Apr 11 |
Mention the categories of instruction and give two examples for each category. | Jan 12 |
What is the output modes used in 8279? | Feb 09 |
|
What are the modes used in keyboard modes? | Jan 04 |
What are the modes used in display modes? | Mar 31 |
What are the various flags used in 8085? | Oct 13 |
Which Stack is used in 8085? | Apr 22 |
Which function does exchange the contents of two strings? | Oct 31 |
Which interrupts are generally used for critical events? | Aug 12 |
Which of the following character literal(s) does use two bytes of memory? | Dec 15 |
Write expression using operator keywords for (a!=b) > (~(a & b)&=(a^b)) | Dec 15 |
Functional decomposition technique can be used to implement - Select option | Dec 15 |
Name the library that must be included while using cin | Nov 13 |
Write an algorithm for Deleting an element from the circular queue using array i... | Oct 11 |
Which of the following programming approach used functions as a key concept to p... | Jul 28 |
Identify the drawback of using procedure-oriented programming, if any: | Nov 02 |
Which of the following would assigns the string “welcome” to the second construc... | Nov 20 |
Which system is used to identify/track/monitor the individual knowledge and skil... | Feb 25 |
Inserting an element into the stack using array in dfs (data file structure) | Dec 20 |
Write an algorithm for Inserting an element into the queue using array in dfs | Nov 08 |
Write an algorithm for Deleting an element from the queue using array in dfs | Nov 28 |
List Two types of Priority Queues in dfs (data file structure). | Jul 31 |
What is Doubly or Two-Way Linked List in dfs (data file structure)? | Apr 13 |
What is Two Way Merge Sort in dfs (data file structure)? | Jun 18 |
Which of the following statements are true about copy constructors? Select... | Jul 09 |
Which the following is true regarding the statement? const simple m(a,b); Se... | Sep 19 |
Which of the following statements do incorrectly describe the characteristics of... | Oct 18 |
Which is a correct description of the destructor ‘sample’ and includes output... | Sep 01 |