Give the output of the following program
main()
{char *p='a';
int *i=100/*p;
}
what will be the value of *i= 1
Answer Posted / jeetu
To add with Mr. Mishra's answer.
int *i=100/*p;
=========
Error 1 error C2440: 'initializing' : cannot
convert from 'int' to 'int *'
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
What are the different types of stl containers?
What is a list in c++ stl?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
What are the components of stl?
How connect plc and pc through software
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
Name the different types of stl containers.
What is stl stack?
Is string part of stl?
What is the use of stl?
What is stl stand for?
How does an stl file work?
Why should a c++ programmer be interested in stl?