1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
mezya [45]
3 years ago
7

. It is perfectly valid to create pointers that point to __________

Computers and Technology
1 answer:
slega [8]3 years ago
6 0

Answer:

NULL.

Explanation:

We can create a pointer that points to NULL.There is no problem in doing that you will not get any error.It means that the pointer right now points to nothing or 0.Look at this example for better explanation:-

#include <iostream>

using namespace std;

int main() {

   int *p=NULL;

   cout<<p;

return 0;

}

The output of this program is 0.

You might be interested in
Which address correctly represents one that is composed of two halves, one assigned to a network adapter manufacturer, and the o
Vlad1618 [11]
 Media access control address
5 0
3 years ago
A _____ is an area hosted by a Web server in which project members and colleagues can share documents, models, photos, and other
pshichka [43]

Answer: Shared work-space

Explanation:

Shared work-space is one of the area that are technically hosted by the web server where all the member of the project ad also colleagues in the office can sharing the various types of documents, photos and information about the topics of status of the given project and based on the common interest.    

A shared work-space is the type of virtual and physical work space environment where the organization or company employees worked together and shared lots of information.  

 

 

4 0
3 years ago
What are the steps to configure user information in a document?
Svetach [21]

Answer: Step 1: Navigate to the document library where you would like to enable a Document Information Panel. Step 2: From Ribbon, click on settings to navigate to Library settings Page. Step 3: In the library Settings, you have to update the setting of content type. Enable management of content type if not already done.

6 0
3 years ago
Read 2 more answers
What is the output of the following code? public class Test { public static void main(String[] args) { new Person().printPerson(
fredd [130]

Answer:

The output of the given question is :

Person

Person

Explanation:

Following are the description of Statements

  • The new Person().printPerson(); calling the function of printPerson() of the class Person so it returns the Person in the console window.
  • The new Student().printPerson(); calling the function of printPerson() of the class student .The student inherits the class Person So control will moves to the class it executed the statement inside the Person class So it executed the function public void printPerson() of the Person class so it also returns the Person String and execution of program become stops
3 0
3 years ago
Which routine is configured to execute first when the program runs?
tester [92]
It's D because of ok
4 0
3 years ago
Other questions:
  • write an algorithm that gets the price for item A plus the quantity purchased. The algorithm prints the total cost, including a
    5·1 answer
  • What are the different components of the cloud architecture? The of the cloud architecture is the cloud, which is a collection o
    11·1 answer
  • Write a program that gets a single character from the user. If the character is not a capital letter (between 'A' and 'Z'), then
    15·1 answer
  • Luchen Modo, a software development firm in Asia, launched a new software for smartphones that allowed users to remotely control
    11·1 answer
  • What do flowcharts communicate to programmers ?
    10·1 answer
  • Consider we have n pointers that need to be swizzled, and swizzling one point will take time t on average. Suppose that if we sw
    11·1 answer
  • Create a script to input 2 numbers from the user. The script will then ask the user to perform a numerical calculation of additi
    7·1 answer
  • Write Python code that prompts the user to guess Heads or Tails. Your code will continue to display the results and prompt the u
    5·1 answer
  • When a person's personal information is collected by other parties, it refers to the issue of
    14·1 answer
  • Can computers be opened from the All programs submenu
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!