How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
8 12815How to write a program for swapping two strings without using 3rd variable and without using string functions.
7 22279send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
TCS,
3591
What is the use of structure padding in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is #define used for in c?
Explain do array subscripts always start with zero?
Is there sort function in c?
Write a program to reverse a given number in c language?
What is meant by preprocessor in c?
Write a program to generate random numbers in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Explain what is the difference between text files and binary files?
Can you assign a different address to an array tag?
Why c is procedure oriented?
What is the meaning of 2d in c?
How important is structure in life?
Difference between Shallow copy and Deep copy?