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 / satish
int *i=100/*p;
here in this line /*p is like starting a comment so it shuld
terminate ....
so answer is error ...
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
In what scenario does the Logical file and Physical file being used?
sir please send me bpcl previous question papers
totoo po ba ang manga aliens!
what is template and type convertion
What is meant by stl in c++?
What is a stl vector?
What is the use of stl?
What is stl stack?
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 can u do connectivity in c++ language? plz send me connectivity code in c++ ?
Is stl open source?
Explain stl.
Name the different types of stl containers.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.