Why do we use return in c?
No Answer is Posted For this Question
Be the First to Post Answer
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What is the difference function call by value & function call by reference?
Explain how do you print only part of a string?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
How to add two numbers without using semicolon n c????
What is the right way to use errno?
Write a programe print the sum of series 0,1,2,.....10
what is the use of ~ in c lang?????
what is purpose of fflush(stdin) function
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
What are the preprocessors?