find a number whether it is even or odd without using any
control structures and relational operators?
Answer Posted / vignesh1988i
the first answer is excellent .... superb..... this is what
i expected........ marvalous.......... congrats
thank u
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Explain how do you determine the length of a string value that was stored in a variable?
what are the facialities provided by you after the selection of the student.
Is boolean a datatype in c?
How do I get an accurate error status return from system on ms-dos?
what is a function method?give example?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Are the variables argc and argv are local to main?
Write a program to identify if a given binary tree is balanced or not.
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What do you mean by c what are the main characteristics of c language?
Is null always defined as 0(zero)?
Why do we need arrays in c?
FILE PROGRAMMING