| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is a static function | Satyam | 10 |
| what is the stackpointer | | 2 |
| whether itis a structured language? | Microsoft | 1 |
| what's the return value of malloc() | | 8 |
| why should i select you? | Wipro | 18 |
| program to find the roots of a quardratic equation | | 1 |
| what are the interview question's in the language c | Nipuna | 1 |
| what is the defrenece between structure and union | | 5 |
| what is data structure
| | 4 |
| wats SIZE_T meant for? | | 1 |
| main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
} | TCS | 6 |
| n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}
| Wipro | 4 |
| What are bit fields? What is their use? | Adobe | 1 |
| write a c program to accept a given integer value and print
its value in words | | 3 |
| how to implement stack operation using singly linked list | | 1 |
| What is the difference between null pointer and void pointer | CTS | 3 |
| Why preprocessor should come before source code?
| | 2 |
| const char *
char * const
What is the differnce between the above tow?.
| TCS | 5 |
| how many error occurs in C language ? | Wipro | 11 |
| palindrome for strings and numbers----Can anybody do the
prog? | TCS | 6 |
| |
| For more C Interview Questions Click Here |