Predict the output or error(s) for the following:
25. main()
{
printf("%p",main);
}
Post New Answer View All Answers
Why void main is used in c?
What does the function toupper() do?
Can you tell me how to check whether a linked list is circular?
hi any body pls give me company name interview conduct "c" language only
How #define works?
Explain what is the most efficient way to store flag values?
What is the difference between constant pointer and constant variable?
What are the 5 types of organizational structures?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
How do you construct an increment statement or decrement statement in C?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What does 4d mean in c?
What is the right type to use for boolean values in c?
Why is sizeof () an operator and not a function?