Write a program on swapping (100, 50)
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between structs and unions in c?
What is the difference between int main and void main?
What does %d do?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
What does malloc () calloc () realloc () free () do?
What is c language & why it is used?
What is a wrapper function in c?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
What is dynamic dispatch in c++?
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
Is fortran still used in 2018?
Explain the meaning of keyword 'extern' in a function declaration.