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
#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?
why i join syntel?
23 Answers ABC, Syntel, TCS,
What is %d used for?
What is getch?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
what defference between c and c++ ?
What is operator promotion?
How can I access memory located at a certain address?
why u join this call center?
How do you write a program which produces its own source code as its output?
How can I find leaf node with smallest level in a binary tree?
write a program for even numbers?