what is the answer for it
main()
{
int i;
clrscr();
printf("%d",&i)+1;
scanf("%d",i)-1;
}

Answer Posted / hari

it will print a garbage value..

for further queries and discussions, just check these out !!!

http://forum.campusmaniac.com/
http://www.campusmaniac.com/

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c still so popular?

614


How to implement a packet in C

2391


Why double pointer is used in c?

563


What is difference between stdio h and conio h?

880


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

679






What is the most efficient way to store flag values?

683


code for quick sort?

1618


In a switch statement, explain what will happen if a break statement is omitted?

632


What is structure in c explain with example?

630


Tell me can the size of an array be declared at runtime?

592


What are the types of functions in c?

568


What is #line in c?

559


What are all different types of pointers in c?

572


What is the use of in c?

574


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2653