| Other C Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| WAP to accept rollno,course name & marks of a student &
display grade if total marks is above 200? |
| 4 |
| 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, given number is double without using addt
ion and multiplication operator?ex:n=6,ans=12,pls send me ans
to goviseenu@gmail.com |
| 5 |
| difference between string and array?
|
| 6 |
| how can u print a message without using any library function
in c |
NIIT | 1 |
| difference of two no's with out using - operator |
| 7 |
| what is the little endian and big endian? |
| 1 |
| Would you rather wait for the results of a quicksort, a
linear search, or a bubble sort on a 200000 element array?
1) Quicksort
2) Linear Search
3) Bubble Sort
|
| 3 |
| How can I read a directory in a c program? |
CSC | 1 |
| what is pointer |
TCS | 1 |
| Write a program to find the smallest and largest element in
a given array in c language |
Microsoft | 11 |
| int main()
{
int i=1;
switch(i)
{
case '1':
printf("hello");
break;
case 1:
printf("Hi");
break;
case 49:
printf("Good Morning");
break;
}
return 0;
} |
| 3 |
| |
| For more C Interview Questions Click Here |