| Other C Code Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 |
| how to return a multiple value from a function? | Wipro | 4 |
| Write a program that find and print how many odd numbers in
a binary tree | | 1 |
| How we will connect multiple client ? (without using
fork,thread) | TelDNA | 2 |
| print a semicolon using Cprogram without using a semicolon
any where in the C code in ur program!!
| Tata-Elxsi | 14 |
| 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 |
| Sorting entire link list using selection sort and insertion
sort and calculating their time complexity | NetApp | 1 |
| plz send me all data structure related programs | | 1 |
| Given only putchar (no sprintf, itoa, etc.) write a routine
putlong that prints out an unsigned long in decimal. | | 5 |
| How to return multiple values from a function?
| | 4 |
| how can u draw a rectangle in C | Wipro | 24 |
| How to read a directory in a C program?
| | 3 |
| print numbers till we want without using loops or condition
statements like specifically(for,do while, while swiches,
if etc)!
| | 7 |
| What is the main difference between STRUCTURE and UNION? | | 3 |
| Find the largest number in a binary tree | Infosys | 4 |
| Given an array of characters which form a sentence of
words, give an efficient algorithm to reverse the order of
the words (not characters) in it.
| Microsoft | 4 |
| How to reverse a String without using C functions ? | Wipro | 8 |
| Given an array of characters which form a sentence of words,
give an efficient algorithm to reverse the order of the words
(not characters) in it. | Wipro | 2 |
| Finding a number which was log of base 2 | NetApp | 1 |
| 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 |