Create a simple code fragment that will swap the values of two variables num1 and num2.
No Answer is Posted For this Question
Be the First to Post Answer
what is the code to display color fonts in the output?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
What is local and global variable in c?
What is alloca() and why is its use discouraged?
difference between object file and executable file
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
without using control structures and control structures find the max and min of given 2 nos
Bit swapping
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
What is pass by value in c?
What is the sizeof () a pointer?
What is the difference between %d and %*d in C