Write a program to find the given number is odd or even without using any loops(if,for,do,while)
4 9972How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
4 8215how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
TCS,
1981
int i=10; printf("%d %d %d", i, i=20, i);
How many bytes are occupied by near, far and huge pointers (dos)?
What is define c?
Do pointers need to be initialized?
What oops means?
write a proram to reverse the string using switch case?
Is there a way to jump out of a function or functions?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Write the Program to reverse a string using pointers.
What is the explanation for modular programming?
What is difference between stdio h and conio h?
Does c have circular shift operators?
What is the difference between void main and main in c?
What are the rules for the identifier?
Explain which function in c can be used to append a string to another string?