To find whether a number is even or odd without using any
conditional operator??
Answer Posted / amala v
friends
u are using if condition in program.. u should not use
that.because the question is without any condition. if is
also a condition ok. so try to find without if .
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Why do we use & in c?
Do you know what are bitwise shift operators in c programming?
What is the best way of making my program efficient?
What is a spanning Tree?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
application attempts to perform an operation?
What is binary tree in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is meant by 'bit masking'?
Is that possible to add pointers to each other?
Can static variables be declared in a header file?
What is the use of in c?
swap 2 numbers without using third variable?
Explain the difference between malloc() and calloc() function?
What standard functions are available to manipulate strings?