| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is the differnce between AF_INET and PF_INET? | Wipro | 2 |
| write a program for even numbers? | | 8 |
| for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer???? | | 6 |
| Total of how many functions are available in c? | | 2 |
| What is memmove? | Oracle | 1 |
| What is the diffrent between while and do while statement ? | | 5 |
| how can i make a program with this kind of output..
Enter a number: 5
0
01
012
0123
01234
012345
01234
0123
012
01
0 | Wipro | 3 |
| What are Storage Classes in C ? | HP | 14 |
| What is the value of y in the following code?
x=7;y=0;
if(x=6)
y=7;
else
y=1;
| TCS | 10 |
| differentiate between
const char *a;
char *const a; and
char const *a;
| HCL | 1 |
| write a program to find the number of even integers and odd
integers in a given array in c language | Olive-Tech | 2 |
| what is the difference between strcpy() and memcpy() function? | | 1 |
| how to generate sparse matrix in c | | 1 |
| difference between i++* and *++i | IBM | 3 |
| write a recursive program in'c'to find whether a given five
digit number is a palindrome or not | | 1 |
| what is the size of an integer variable? | | 1 |
| i want to have a program to read a string and print the
frequency of each character and it should work in turbo c | | 2 |
| Determine the code below, tell me exactly how many times is
the operation sum++ performed ?
for ( i = 0; i < 100; i++ )
for ( j = 100; j > 100 - i; j--)
sum++; | ITCO | 3 |
| related to rdbms query . | | 1 |
| If 4 digits number is input through the keyboard, Write a
program to calculate sum of its 1st & 4th digit. | | 4 |
| |
| For more C Interview Questions Click Here |