Predict the output or error(s) for the following:
25. main()
{
printf("%p",main);
}
Post New Answer View All Answers
How can this be legal c?
What is malloc() function?
What is calloc() function?
What is the process to generate random numbers in c programming language?
Write a program to print fibonacci series without using recursion?
What is the use of bitwise operator?
how to construct a simulator keeping the logical boolean gates in c
What is the use of function in c?
Is there anything like an ifdef for typedefs?
Explain what are reserved words?
What is an auto variable in c?
Why we use stdio h in c?
How does struct work in c?
Where does the name "C" come from, anyway?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?