Create a simple code fragment that will swap the values of two variables num1 and num2.
i have a written test in tomorrow
Can we include one C program into another C program if yes how?
what is pointer?
what is the use of fflush() function?
main() { float a=3.2e40; printf("%d",a); }
explain about storage of union elements.
What is the use of getchar() function?
. Explain the differences between fork() and exec() in C
The variables are int sum=10,SuM=20; these are same or different?
how to convert an char array to decimal array
64/square(4)
What is memcpy() function?