What is pivot in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
What is selection sort in c?
Is c is a middle level language?
What is %lu in c?
What is methods in c?
Write a program to implement queue.
Write a program to swap two numbers without using the third variable?
What does s c mean in text?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1