| Other C Code Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| print numbers till we want without using loops or condition
statements like specifically(for,do while, while swiches,
if etc)!
| | 7 |
| Find your day from your DOB? | Microsoft | 12 |
| Given n nodes. Find the number of different structural
binary trees that can be formed using the nodes. | Aricent | 3 |
| Write a prog to accept a given string in any order and flash
error if any of the character is different.
For example : If abc is the input then abc, bca, cba, cab
bac are acceptable, but aac or bcd are unacceptable. | Microsoft | 4 |
| String reverse with time complexity of n/2 with out using
temporary variable. | NetApp | 7 |
| How will u find whether a linked list has a loop or not? | Microsoft | 3 |
| plz send me all data structure related programs | | 2 |
| 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 |
| Sorting entire link list using selection sort and insertion
sort and calculating their time complexity | NetApp | 1 |
| programming in c lanugaue programm will errror error with
two header file one as stdio.h and other one is conio.h | | 1 |
| 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 we will connect multiple client ? (without using
fork,thread) | TelDNA | 2 |
| Link list in reverse order. | NetApp | 7 |
| 1)
int i=5;
j=i++ + i++ + i++;
printf("%d",j);This code gives the answer 15.But if we
replace the value of the j then anser is different?why?
2)int i=5;
printf("%d",i++ + i++ + i++);
this givs 18. | Infosys | 3 |
| write the function. if all the character in string B appear in
string A, return true, otherwise return false. | Google | 7 |
| how to check whether a linked list is circular. | | 3 |
| Write a routine that prints out a 2-D array in spiral order | Microsoft | 2 |
| How to read a directory in a C program?
| | 3 |
| Write a function to find the depth of a binary tree. | Adobe | 4 |
| |
| For more C Code Interview Questions Click Here |