| Other C Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| wtite a program that will multiply two integers in recursion
function |
TCS | 4 |
| without using control structures and control structures find the max and min of given 2 nos |
HCL | 1 |
| create an SINGLE LINKED LISTS and reverse the data in the
lists completely |
| 3 |
| int *a[5] refers to |
TCS | 12 |
| what is the use of operator ^ in C ? and how it works? |
| 2 |
| program for comparing 2 strings without strcmp() |
| 4 |
| compute the nth mumber in the fibonacci sequence? |
TCS | 10 |
| triangle number finding program... |
HCL | 1 |
| give an example of type casting by a simple c program |
| 2 |
| main()
{
int a[10];
printf("%d",*a+1-*a+3);
} |
| 2 |
| How can I return multiple values from a function? |
| 6 |
| Write a program to accept a character & display its
corrosponding ASCII value & vice versa? |
| 6 |
| |
| For more C Interview Questions Click Here |