ar
Feedback
Programming World👨‍💻

Programming World👨‍💻

الذهاب إلى القناة على Telegram

All programming language tutorials,courses and more..! For HTML: @html_web_learn For CSS: @CSS_web_learn For JS: @JavaScript_js_learn For PHP: @learn_php_web For Programming courses @Programmingworld_dev For CEH,Cybersec: @technical_stark

إظهار المزيد
1 412
المشتركون
لا توجد بيانات24 ساعات
-57 أيام
-1330 أيام
أرشيف المشاركات
White Box techniques are also classified as
Anonymous voting

Which of the following term describes testing?
Anonymous voting

Which of the following refers to the associative memory?
Anonymous voting

The part of machine level instruction, which tells the central processor what has to be done, is
Anonymous voting

In java, jar stands for_____.
Anonymous voting

Which option is false about the final keyword?
Anonymous voting

How many tables may be included with a join?
Anonymous voting

Which of the following is NOT a basic element of all versions of the E-R model?
Anonymous voting

#include using namespace std; int main () { int cin; cin >> cin; cout << "cin" << cin; return 0; }
Anonymous voting

Find out the correct statement for the following program. #include int * gPtr; int main() { int * lPtr = NULL; if(gPtr == lPtr) { printf("Equal!"); } else { printf("Not Equal"); } return 0; }
Anonymous voting

What is recurrence for WC of QS and what is the time complexity in WC? WC - Worst Case QS - Quick Sort
Anonymous voting

Software Engneering: Which one of the following models is not suitable for accommodating any change?
Anonymous voting

OS: Round robin scheduling falls under the category of ____________
Anonymous voting

Java: While finding the correct location for saving key value pair, how many times the key is hashed?
Anonymous voting

Java: When you pass an array to a method, the method receives______.
Anonymous voting

JAVA: Which of the below does not implement Map interface?
Anonymous voting

JAVA: Map implements collection interface?
Anonymous voting

JAVA: Which of these standard collection classes implements a dynamic array?
Anonymous voting

A process executes the code fork(); fork(); fork(); The total number of child processes created are
Anonymous voting

C: What will be the output of the following C program segment? char inchar = 'A'; switch (inchar) { case 'A' : printf ("choice A n") ; case 'B' : printf ("choice B ") ; case 'C' : case 'D' : case 'E' : default: printf ("No Choice") ; }
Anonymous voting