menu
Login
Register
search
Log In
account_circle
Log In
Email or Username
Password
Remember
Log In
Register
I forgot my password
Register
Username
Email
Password
Register
add
Q&A
Questions
Unanswered
Tags
Users
Ask a Question
Articles
Interview Questions
Programming Quiz
Post An Article
Recent Posts
How to fix error 0xc000007b
Python difference between list and array_Kodlogs
Python round to 2 decimal places
error in grid.call.graphics(c_setviewport, vp, true) : non-finite location and/or size for viewport
curses is not supported on this machine (please install/reinstall curses for an optimal experience)
A variable declaration announces the name of a variable that will be used in a program, as well as:
Python find unique values in list
Data Gateways in the Cloud Native Era
Python sort one list by another
Removing element from a list python
Which of the following statements is not valid c++ code?
0
votes
109
views
Problem:
I am learning programming, need to clear my query that,
Which of the following statements is not valid C++ code?
int ptr = &num1;
int ptr = int *num1;
float num1 = &ptr2;
asked
Feb 18, 2020
maddi86
●
7
●
5
●
3
5,380 points
answer
Please
log in
or
register
to answer this question.
1
Answer
0
votes
Solution:
All of these are invalid
(int ptr=&num1;
int ptr=int *num1;
float num1=*ptr2; )
Hope you understand it
answered
Feb 18, 2020
guudduu
●
8
●
6
●
2
10,530 points
ask related question
comment
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
What is the color of the sky?
To avoid this verification in future, please
log in
or
register
.
Add comment
Cancel
Related questions
0
votes
2
answers
264
views
264
views
Which of the following is not a valid c++ identifier?
Problem: Which of the following is not a valid C++ identifier?
asked
Mar 9, 2020
ArifulIslam
7.5k
points
c
c++
programming
0
votes
0
answers
17
views
17
views
Which of the following statements is not true about the database approach?
Problem: Which of the following statements is NOT true about the database approach? A disadvantage to the database approach is isolated data. A database can support only one logical A database can support many physical views A database can support many logical views A database can support up to 3 logical views
asked
Aug 4, 2020
ArifulIslam
7.5k
points
database
0
votes
1
answer
40
views
40
views
which of the following is/are valid c++ identifiers?
Problem; valid c++ identifiers
asked
Feb 6
kaash_kashi
1.2k
points
c
database
programming
0
votes
2
answers
249
views
249
views
Which of the following is a valid c++ array definition?
Problem: Which of the following is a valid C++ array definition? A) int array[0]; B) float $payments[10]; C) void numbers[5]; D) int array[10]; E) None of these
asked
Apr 18, 2020
ArifulIslam
7.5k
points
programming
c++
0
votes
1
answer
68
views
68
views
Which of the following is a valid c++ array definition?
Problems: I am new to programming, I need help, can anyone help me? Which of the following is a valid C++ array definition? A) int array[0]; B) float $payments[10]; C) void numbers[5]; D) int array[10]; E) None of these
asked
Feb 14, 2020
maddi86
5.4k
points
networking
sql
0
votes
1
answer
4
views
4
views
which of the following is not a valid sql command
Problem: which of the following is not a valid sql command
asked
2 days
ago
jyoti goyal
2.1k
points
0
votes
1
answer
36
views
36
views
Which of the following statements is true regarding the page file?
Problem: Which of the following statements is true regarding the page file? -The page file should be on the same volume as the Windows installation. -The page file should be on its own volume -The page file should never be stored on a solid state drive -The page file should never be more than 2 GB in size
asked
Jul 23, 2020
HenryL
620
points
windows
networking
0
votes
2
answers
26
views
26
views
Which of the following statements is true regarding the global catalog?
Problem: Which of the following statements is true regarding the global catalog? a. The global catalog facilitates domain log ons between forests b. The global catalog only contains information about the domain in which it resides c. Only one global catalog exists per forest d. Only a single domain controller can be designated as a global catalog server
asked
Apr 18, 2020
ArifulIslam
7.5k
points
database
0
votes
2
answers
78
views
78
views
Which of the following statements is true of public folder sharing?
Problem: Which of the following statements is true of public folder sharing? a. Public folder sharing shares files from any location. b. Public folder sharing shares files from their original locations. c. Public folder sharing shares files from their default library locations. d. Public folder sharing places all shared files in a single location.
asked
Apr 12, 2020
ArifulIslam
7.5k
points
windows
operating system
0
votes
2
answers
200
views
200
views
Which of the following statements is true of a database?
Problem: Which of the following statements is true of a database? (A) online analytical processing systems (B) online transaction management systems (C) enterprise resource planning systems (D) data mining analysis systems
asked
Apr 6, 2020
ArifulIslam
7.5k
points
database
networking