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
What is function prototype in c language?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Explain what math functions are available for integers? For floating point?
What is #line used for?
Explain what is page thrashing?
What is a macro?
What math functions are available for integers? For floating point?
What is the difference between near, far and huge pointers?
What is a char c?
Explain how can I convert a number to a string?
What are c identifiers?
What is pointer to pointer in c language?
Is void a keyword in c?
List the difference between a "copy constructor" and a "assignment operator"?
How do you determine a file’s attributes?