Predict the output or error(s) for the following:
25. main()
{
printf("%p",main);
}
Answer Posted / khushboo
i tried it out.. on my system it gives the answer 0291. does
anybodyy esle gets the same answer?
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Tell me what is null pointer in c?
Are local variables initialized to zero by default in c?
What are 'near' and 'far' pointers?
How many header files are in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
largest Of three Number using without if condition?
How does placing some code lines between the comment symbol help in debugging the code?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How can I remove the leading spaces from a string?
Explain what is the advantage of a random access file?
Why is sizeof () an operator and not a function?
Can stdout be forced to print somewhere other than the screen?
How can you find the day of the week given the date?
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 maximum number of concurrent threads that the InnoDB plug-in can create.