Question { EA Electronic Arts, 41918 }
Give a oneline C expression to test whether a number is a
power of 2?
Answer
| Is This Answer Correct ? | 48 Yes | 5 No |
How do I write a program to print proper subset of given
string . Eg :input: abc
output:{},{a},{b},{c},{a,b},{a,c},{b,c},
{a,b,c}.I desperately need this program please mail me to
saravana6m@gmail.com
Answer
| Is This Answer Correct ? | 3 Yes | 0 No |
Question { 4977 }
How can u say that a given point is in a triangle?
1. with the co-ordinates of the 3 vertices specified.
2. with only the co-ordinates of the top vertex given.
Answer
| Is This Answer Correct ? | 5 Yes | 0 No |
Question { 37515 }
C program to find frequency of each character in a text
file?
Answer
| Is This Answer Correct ? | 38 Yes | 23 No |
Question { Persistent, 51687 }
Write a program to remove the C comments(/* */) and C++
comments(//) from a file.
The file should be declared in command line.
Answer
| Is This Answer Correct ? | 54 Yes | 47 No |
Find the middle node in the linked list??
(Note:Do not use for loop, count and count/2)
Answer
| Is This Answer Correct ? | 3 Yes | 10 No |