| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| difference of two no's with out using - operator | | 6 |
| two progs are given. one starts counting frm 0 to MAX and
the other stars frm MAX to 0. which one executes fast.
| Verifone | 5 |
| HOW DO YOU HANDLE EXCEPTIONS IN C?
| AppLabs | 2 |
| what is array? | | 6 |
| write a program structure to find average of given number | | 1 |
| what's the o/p
int main(int n, char *argv[])
{
char *s= *++argv;
puts(s);
exit(0);
}
| Motorola | 1 |
| Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial. | | 4 |
| what is const volatile? | | 1 |
| 1,4,8,13,21,30,36,45,54,63,73,?,?. | Franklin-Templeton | 5 |
| how to impliment 2 or more stacks in a single dimensional
array ? | iFlex | 1 |
| what is the difference between getch() and getchar()? | | 5 |
| How can I find out how much memory is available? | Persistent | 1 |
| how to find the size of the data type like int,float
without using the sizeof operator? | | 7 |
| How do you write a program which produces its own source
code as its output? | | 3 |
| write a program in c language for the multiplication of two
matrices using pointers? | Ignou | 5 |
| what is the difference between strcpy() and memcpy() function? | | 1 |
| What should not contain a header file? | | 2 |
| What is the most efficient way to count the number of bits
which are set in a value? | | 3 |
| what is a c-language.what is do. | HCL | 3 |
| what is the value of 'i'?
i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
| Cadence | 4 |
| |
| For more C Interview Questions Click Here |