Write a program to swap two numbers without using third variable?
No Answer is Posted For this Question
Be the First to Post Answer
read a number & print all its devisors using c-program?
what is the use of macro program
Which is better malloc or calloc?
which do you prefer C or Pascal?
marge linklist
Once I have used freopen, how can I get the original stdout (or stdin) back?
When should the register modifier be used? Does it really help?
How can I run c program?
can you change name of main()?how?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
write a program to display the frequency of each element in a given array in c language
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement