| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| main()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output? | Ramco | 6 |
| code snippet for creating a pyramids triangle
ex
1
2 2
3 3 3 | | 3 |
| Write a programme to find even numbers without using any
conditional statement? | Infosys | 3 |
| we have to use realloc only after malloc or calloc ? or we
can use initially with out depending on whether we are
using malloc or calloc in our program ? | | 1 |
| what is the advantage of using SEMAPHORES to ORDINARY
VARIABLES??? | NSN | 1 |
| how to find out the biggest element (or any other
operation) in an array which is dynamic. User need not to
mention the array size while executing. | | 2 |
| WHAT IS THE DIFFERANCE BITWIN GETS();AND SCANF(); | | 2 |
| implement general tree using link list | Wipro | 1 |
| what is c?
| Tech-Mahindra | 5 |
| what is the maximum no. of bytes calloc can allocate | Mphasis | 2 |
| will u give me old quesrion papers for aptitude for L & t
info tech? | L&T | 1 |
| WAP to convert text into its ASCII Code and also write a
function to decode the text given? | | 2 |
| Difference Between embedded software and soft ware? | Bosch | 1 |
| Write a program to print all the prime numbers with in the
given range | ABC | 1 |
| What is C language Terminator? | TCS | 12 |
| YBJBU6 | | 1 |
| C program to perform stack operation using singly linked list | | 1 |
| f()
{
int a=2;
f1(a++);
}
f1(int c)
{
printf("%d", c);
}
c=?
| Geometric-Software | 2 |
| what is the difference between declaration and definition
of a variable or function ? | | 2 |
| which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
| HCL | 7 |
| |
| For more C Interview Questions Click Here |