| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is the difference between c and java? | | 1 |
| disadvantages of realloc ? | HCL | 1 |
| write a program to generate 1st n fibonacci prime number | | 5 |
| Difference between Class and Struct.
| Motorola | 6 |
| How can I access memory located at a certain address? | | 2 |
| how to add numbers without using arithmetic operators. | TCS | 10 |
| Convert the following expression to postfix and prefix
X $ Y Z - M + N + P / Q / (R + S)
| | 2 |
| wap in c to accept a number display the total count of digit | | 4 |
| what is the stackpointer | | 2 |
| Print all the palindrome numbers.If a number is not
palindrome make it one by attaching the reverse to it.
eg:123
output:123321 (or) 12321 | | 2 |
| What is structure padding & expalain wid example
what is bit wise structure? | | 1 |
| write a program to find the sum of the array elements in c
language? | | 8 |
| C,c++, Java is all are structural oriented or procedure
oriented language..? | | 3 |
| What is structure packing ? | HP | 1 |
| What character terminates all strings composed of character
arrays?
1) 0
2) .
3) END
| | 3 |
| can anyone please tell me wat is backlogs... i was looking
for the job openings where i read this.. eligibility
criteria minimum 70% in degree without backlogs. is that
arrear.. if so is it standing arrear or history of
arrears... please help me... | | 4 |
| How can I read a directory in a C program? | Wipro | 1 |
| #define min((a),(b)) ((a)<(b))?(a):(b)
main()
{
int i=0,a[20],*ptr;
ptr=a;
while(min(ptr++,&a[9])<&a[8]) i=i+1;
printf("i=%d\n",i);}
| | 3 |
| Write a program or provide a pseudo code to flip the 2nd bit
of the 32 bit number ! (Phone Screen) | NetApp | 1 |
| simple c program for 12345 convert 54321 with out using string | | 5 |
| |
| For more C Interview Questions Click Here |