| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Implement a function that returns the 5th element from the
end in a singly linked list of integers in one pass. | Microsoft | 6 |
| write the program for maximum of the following numbers?
122,198,290,71,143,325,98 | | 4 |
| How to write a code for random pick from 1-1000 numbers?
The output should contain the 10 numbers from the range
1-1000 which should pick randomly, ie ,for each time we run
the code we should get different outputs. | NetApp | 12 |
| wt is d full form of c | Wipro | 1 |
| what is call by value and call by reference | | 2 |
| how to estimate the disk access time?
e.g. the time between read one byte and another byte in the
disk. | Google | 3 |
| Write a C program to print 1 2 3 ... 100 without using
loops? | | 5 |
| main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how? | | 7 |
| When is an interface "good"?
| | 1 |
| Hai why 'c' is the middle language | | 2 |
| how to find out the union of two character arrays? | | 1 |
| Given an array of length N containing integers between 1
and N, determine if it contains any duplicates. | SilverKey | 2 |
| what are the compilation steps?
( i want inside the compiler ) | | 1 |
| what is the difference between arrays and linked list | Tech-Mahindra | 15 |
| what is the advantage of using SEMAPHORES to ORDINARY
VARIABLES??? | NSN | 1 |
| Find Index of least significant bit set in an Integer. ex.
int value is say 10001000 results should be 4. | | 1 |
| what is meant by c | | 4 |
| char ch="{'H','I',0};printf("%s",ch);what is output | Accenture | 9 |
| what is difference b/w extern & volatile variable?? | Teleca | 2 |
| How to implement call back functions ? | HP | 2 |
| |
| For more C Interview Questions Click Here |