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 / srinivasa. p
No,
It should give error.
1. char* not suppose to assign character.
2. and int *..assign to reference or allocate memory.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What do stl stand for?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
Is there any error below, its a code to delete all entires from a map #include
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.
Explain stl.
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
Why should a c++ programmer be interested in stl?
What are the various types of stl containers?
What are the different types of stl containers?
What is stl in c++ with example?
what is template and type convertion
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
What does stl mean in slang?
Can we use stl in coding interviews?
write a program to convert a decimal number in to its equivalent binary number?