| Other C Code Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| write a program to Insert in a sorted list | Microsoft | 4 |
| 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. | | 1 |
| Print an integer using only putchar. Try doing it without
using extra storage. | | 1 |
| String reverse with time complexity of n/2 with out using
temporary variable. | NetApp | 7 |
| Given an array of size N in which every number is between 1
and N, determine if there are any duplicates in it. You are
allowed to destroy the array if you like. | Microsoft | 8 |
| How do you write a program which produces its own source
code as its output?
| | 4 |
| plz send me all data structure related programs | | 2 |
| program to Reverse a linked list | Ness-Technologies | 3 |
| Given n nodes. Find the number of different structural
binary trees that can be formed using the nodes. | Aricent | 3 |
| 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 | Deshaw | 8 |
| Give a one-line C expression to test whether a number is a
power of 2. | Microsoft | 7 |
| How we will connect multiple client ? (without using
fork,thread) | TelDNA | 2 |
| why java is platform independent? | Wipro | 6 |
| Write a program that find and print how many odd numbers in
a binary tree | | 1 |
| program to find the roots of a quadratic equation | | 1 |
| how to return a multiple value from a function? | Wipro | 1 |
| Given a list of numbers ( fixed list) Now given any other
list, how can you efficiently find out if there is any
element in the second list that is an element of the
first list (fixed list) | Disney | 2 |
| Finding a number multiplication of 8 with out using
arithmetic operator | NetApp | 7 |
| Give a very good method to count the number of ones in a 32
bit number.
(caution: looping through testing each bit is not a solution) | Microsoft | 4 |
| to remove the repeated cahracter from the given caracter
array.
i.e..,
if the input is SSAD
output should of
SAD | Synergy | 6 |
| |
| For more C Code Interview Questions Click Here |