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
write a c program to find the sum of five entered numbers using an array named number
Explain the difference between the local variable and global variable in c?
Can a pointer point to null?
Do pointers take up memory?
Explain what are the __date__ and __time__ preprocessor commands?
What is I ++ in c programming?
Explain the difference between exit() and _exit() function?
Why is c called a structured programming language?
Explain what is the general form of a c program?
Why is this loop always executing once?
What is an operator?
Is c object oriented?
What is external variable in c?
what type of questions arrive in interview over c programming?
Is printf a keyword?