Write a program to find the given number is odd or even without using any loops(if,for,do,while)
4 9817How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
4 8058how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
TCS,
1948
what is reason of your company position's in india no. 1.
Write programs for String Reversal & Palindrome check
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Dont ansi function prototypes render lint obsolete?
main() { printf("hello"); fork(); }
What is the use of a semicolon (;) at the end of every program statement?
Explain what are reserved words?
What is the role of && operator in a program code?
What's a good way to check for "close enough" floating-point equality?
write a c program to find the sum of five entered numbers using an array named number
What is a macro in c preprocessor?
What is identifiers in c with examples?
What is the explanation for the dangling pointer in c?
What are examples of structures?
what is the difference between 123 and 0123 in c?