ibm

IBM Online Test Questions and Pattern for Freshers

IBM Online Test Questions and Pattern for Freshers for Associate System Engineer job. Online Aptitude and written Test, GD, Technical and HR round…

Django

How to Download Files from Pythonanywhere for Backup?

How to download files from pythonanywhere? Take a backup of your Django website.

Zoho

Zoho Technical Interview Coding Questions for Freshers

Zoho Interview Coding Questions for Freshers. Technical programming and debug type questions.

Code

Write a Program to Find the Median of Array (by Sorting)

Write a program to find the median of array? C/C++, Java, Python code explained with array example.

Code

Write a Program to Find the Transpose of a Matrix

Write a program to find the transpose of a matrix in C/C++, Java and Python. Code explained with array example.

hacking

5 Best Ethical Hacking Tools and Software

What are the best ethical hacking tools and software for beginners? 1. Mouse Jack 2. Mag Spoof 3. Key Logger 4. Wi-Fi Pineapple 5. Proxmark3 Kit

Code

Second Largest/Smallest Number in Array in C/C++, Java and Python

Write a program to find the second smallest number in array in C/C++, Java and Python. Second largest element in list.

Code

Find the Smallest and Largest Number in Array in C/C++, Java and Python

Write a program to find the smallest and largest number in the array. Code written in C/C++, Java and Python.

cpp

What is Array | Print Elements in Array (Traversing)

What is an array? How to print array in C/C++ programming using for, do-while loop? Write a code to traverse array. Explain with example.