| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}
| Wipro | 4 |
| hi how to convert program from notepad to turboc editor can
u please help me | | 1 |
| How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST | Adobe | 2 |
| what is the difference between malloc() and calloc() function? | | 1 |
| what is the difference between structural,object
based,object orientd programming languages? | PanTerra | 1 |
| to find the program of matrix multiplication using arrays | | 2 |
| what is the difference between declaration ,defenetion and
initialization of a variable? | LG-Soft | 5 |
| for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer???? | | 6 |
| What is a far pointer?What is the utility? | | 2 |
| In scanf h is used for | BFL | 2 |
| prototype of sine function. | Cadence | 2 |
| do ne body have any idea about the salary for the we r going
to have interview.
yup .. u got it right ..i m talking abt NIC. | | 1 |
| Given an array of characters which form a sentence of
words, give an efficient algorithm to reverse the order of
the words (not characters) in it? | | 3 |
| Write a C++ program without using any loop (if, for, while
etc) to print numbers from 1 to 100 and 100 to 1;
| | 7 |
| write program on arrays
| GE | 2 |
| Is reference used in C? | | 1 |
| please give me some tips for the selection in TCS. | TCS | 3 |
| What's the difference between struct x1 { ... }; and
typedef struct { ... } x2; ?
| | 3 |
| without a terminator how can we print a message in a printf
() function. | NIIT | 5 |
| how the size of an integer is decided?
- is it based on processor or compiler or OS? | nvidia | 16 |
| |
| For more C Interview Questions Click Here |