| Other C Code Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| String copy logic in one line. | NetApp | 7 |
| How do you write a program which produces its own source
code as its output?
| | 4 |
| 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 |
| print numbers till we want without using loops or condition
statements like specifically(for,do while, while swiches,
if etc)!
| | 7 |
| how to return a multiple value from a function? | Wipro | 4 |
| Given n nodes. Find the number of different structural
binary trees that can be formed using the nodes. | Aricent | 3 |
| Give a one-line C expression to test whether a number is a
power of 2. | Microsoft | 7 |
| program to Reverse a linked list | Ness-Technologies | 3 |
| how to check whether a linked list is circular. | | 3 |
| why java is platform independent? | Wipro | 6 |
| Program to Delete an element from a doubly linked list.
| Infosys | 4 |
| Finding a number multiplication of 8 with out using
arithmetic operator | NetApp | 7 |
| Write a routine to draw a circle (x ** 2 + y ** 2 = r ** 2)
without making use of any floating point computations at all. | Microsoft | 2 |
| Write a function to find the depth of a binary tree. | Adobe | 4 |
| What is "far" and "near" pointers in "c"...? | | 2 |
| Find your day from your DOB? | Microsoft | 14 |
| Write a program that find and print how many odd numbers in
a binary tree | | 1 |
| To Write a C program to remove the repeated characters in
the entered expression or in entered characters(i.e)
removing duplicates. | Synergy | 2 |
| How to reverse a String without using C functions ? | Wipro | 8 |
| Link list in reverse order. | NetApp | 7 |
| |
| For more C Code Interview Questions Click Here |