main()
{
int i;
printf("%d",i^i);
}
Answer / naresh
output will be Zero as exclusive or'ing of two same no's result in zero
| Is This Answer Correct ? | 2 Yes | 0 No |
What is getch?
What is the purpose of the statement: strcat (S2, S1)?
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Do array subscripts always start with zero?
Magic square
Write a program to show the change in position of a cursor using c
With the help of using classes, write a program to add two numbers.
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Explain what are global variables and explain how do you declare them?
What is stack in c?