what is the answer for it
main()
{
int i;
clrscr();
printf("%d",&i)+1;
scanf("%d",i)-1;
}
Answer Posted / saurabh shukla
it will print the memory adress of i
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does dm mean sexually?
What does *p++ do? What does it point to?
How important is structure in life?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
How do you view the path?
How many parameters should a function have?
Can include files be nested? How many levels deep can include files be nested?
What is the difference between ‘g’ and “g” in C?
Why flag is used in c?
How we can insert comments in a c program?
What is getche() function?
What are linked lists in c?
Explain union. What are its advantages?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
write a c program in such a way that if we enter the today date the output should be next day's date.