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
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
How do I convert a stl file?
Who created stl?
When did c++ add stl?
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
What is stl language?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Is there any error below, its a code to delete all entires from a map #include
Who wrote stl?
How connect plc and pc through software
What is stl stack?
write a program to convert a decimal number in to its equivalent binary number?
What is a standard template library (stl)?