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
Explain the bubble sort algorithm.
What is static volatile in c?
What is function prototype?
Give the Output : * * * * * * * * * *
What is a pointer on a pointer in c programming language?
Is a house a mass structure?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
What is time complexity c?
sum of two integers values only other then integer it should print invalid input.
When is a “switch” statement preferable over an “if” statement?
What's wrong with "char *p; *p = malloc(10);"?
What are global variables and explain how do you declare them?