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
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Why main is used in c?
Explain null pointer.
Explain the use of 'auto' keyword
What the advantages of using Unions?
What is the use of getch ()?
What is #include stdio h?
What are the different types of pointers used in c language?
How can you return multiple values from a function?
Do you have any idea how to compare array with pointer in c?
What are the uses of null pointers?
How do you determine whether to use a stream function or a low-level function?
What are the advantages and disadvantages of a heap?
Explain indirection?
What are the rules for the identifier?