| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| can i know the source code for reversing a linked list with
out using a temporary variable?
| Honeywell | 6 |
| how many error occurs in C language ? | Wipro | 11 |
| main()
{int a=200*200/100;
printf("%d",a);
} | TCS | 7 |
| Write a program for the following series?
1
121
12321
1234321
123454321
12345654321
1234567654321
123456787654321
12345678987654321
1234567890987654321
123456789010987654321
12345678901210987654321
1234567890123210987654321
.........1234321............
..........123454321............
..........12345654321............
7
8
9
0
1
Pls............? | | 2 |
| wat is the difference between a definition and declaration?
float y;---it looks like a declaration..but it s a
definition.how?someone explain | | 3 |
| what is array? | | 6 |
| difference between semaphores and mutex? | | 1 |
| write a program to generate 1st n fibonacci prime number | | 1 |
| Why cann't whole array can be passed to function as value. | | 1 |
| what is the code for getting the output as
*
**
*** | Caritor | 5 |
| write a program to display the array elements in reverse
order in c language | | 6 |
| Software Interview Questions | CAT | 1 |
| What kind of sorting is this?
SORT (k,n)
1.[Loop on I Index]
repeat thru step2 for i=1,2,........n-1
2.[For each pass,get small value]
min=i;
repeat for j=i+1 to N do
{
if K[j]<k[min]
min=j;
}
temp=K[i];K[i]=K[min];K[min]=temp;
3.[Sorted Values will be returned]
A)Bubble Sort
B)Quick Sort
C)Selection Sort
D)Merge Sort | Accenture | 3 |
| Write a C program that reads a series of strings and prints
only those ending in "ed" | | 2 |
| what is a headerfile?and what will be a program without it
explain nan example? | Assurgent | 5 |
| how we can make 3d venturing graphics on outer interface | Microsoft | 1 |
| How can I invoke another program from within a C program? | | 6 |
| What is meant by global static? why we have to use static
variable instead of Global variable | L&T | 2 |
| will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); | | 2 |
| How the processor registers can be used in C ? | HP | 4 |
| |
| For more C Interview Questions Click Here |