| Other C Code Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Sorting entire link list using selection sort and insertion
sort and calculating their time complexity | NetApp | 1 |
| How to read a directory in a C program?
| | 3 |
| Program to Delete an element from a doubly linked list.
| Infosys | 4 |
| Program to find the largest sum of contiguous integers in
the array. O(n) | | 5 |
| write a program to count the number the same
(letter/character foreg: 's') in a given sentence. | | 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 which was log of base 2 | NetApp | 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 |
| plz send me all data structure related programs | | 2 |
| To Write a C program to remove the repeated characters in
the entered expression or in entered characters(i.e)
removing duplicates. | Synergy | 2 |
| 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 |
| You are given any character string. Find the number of sets
of vowels that come in the order of aeiou in the given
string. For eg., let the given string be DIPLOMATIC. The
answer returned must be "The number of sets is 2" and "The
sets are "IO and AI". Vowels that form a singleton set must
be neglected. Try to post the program executable in gcc or
g++ or in java. | | 2 |
| why java is platform independent? | Wipro | 6 |
| programming in c lanugaue programm will errror error with
two header file one as stdio.h and other one is conio.h | | 1 |
| Write a routine that prints out a 2-D array in spiral order | Microsoft | 2 |
| Find your day from your DOB? | Microsoft | 11 |
| How we will connect multiple client ? (without using
fork,thread) | TelDNA | 2 |
| How do you sort a Linked List (singly connected) in O(n)
please mail to pawan.10k@gmail.com if u can find an
anser...i m desperate to knw... | Oracle | 3 |
| What is the main difference between STRUCTURE and UNION? | | 3 |
| |
| For more C Code Interview Questions Click Here |