a parameter passed between a calling program and a called program
a) variable
b) constant
c) argument
d) all of the above
No Answer is Posted For this Question
Be the First to Post Answer
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
how to find turn around time in operating system?
how to find greatet of 10 numbers without using array?
YBJBU6
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
write a program to swap two numbers without using temporary variable?
What is storage class?
Write a program to swap two numbers without using the third variable?
What is a stream in c programming?