Write a program to find the given number is odd or even without using any loops(if,for,do,while)
4 9797How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
4 8025how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
TCS,
1936
What is && in c programming?
Tell us something about keyword 'auto'.
Can you pass an entire structure to functions?
In C, What is the #line used for?
What is volatile variable in c with example?
Is null equal to 0 in sql?
what do the 'c' and 'v' in argc and argv stand for?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Explain what is a stream?
How do I read the arrow keys? What about function keys?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is the difference between ++a and a++?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is "Hungarian Notation"?