Why doesnt long int work?
No Answer is Posted For this Question
Be the First to Post Answer
What is a class?
#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?
what is pointer?
13 Answers HCL, TCS,
Is malloc memset faster than calloc?
In C programming, what command or code can be used to determine if a number of odd or even?
write a progrmm in c language take user interface generate table using for loop?
What are the functions to open and close file in c language?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
Why are algorithms important in c program?
Where register variables are stored in c?