How can I swap two values without using a temporary?
No Answer is Posted For this Question
Be the First to Post Answer
Explain b+ tree?
What is the use of bitwise operator?
Do character constants represent numerical values?
Explain Basic concepts of C language?
What is a structure in c language. how to initialise a structure in c?
What is a macro?
What is that continue statement??
explain what is an endless loop?
How would you find a cycle in a linked list?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
what will be the output for the following main() { printf("hi" "hello"); }