Write a program to find the given number is odd or even without using any loops(if,for,do,while)
4 9958How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
4 8207how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
TCS,
1981
What is %s and %d in c?
Which built-in library function can be used to match a patter from the string?
Add Two Numbers Without Using the Addition Operator
write a c program for swapping two strings using pointer
what is reason of your company position's in india no. 1.
Difference between linking and loading?
Explain main function in c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
how to introdu5ce my self in serco
What is ## preprocessor operator in c?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Why do we use namespace feature?
Can you write a programmer for FACTORIAL using recursion?
Explain threaded binary trees?
What is character constants?