| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| explain memory layout of a C program | | 1 |
| what is the different between if-else and switch statment
(other than syntax) | CTS | 9 |
| create an SINGLE LINKED LISTS and reverse the data in the
lists completely | | 3 |
| #include <stdio.h>
int main ( int argc, char* argv [ ] )
{
int value1 = 10;
int value2 = 5;
printf ( "\n The sum is :%d", value1 | value2 );
}
This is the answer asked by some one to add two numbers
with out using arithmetic operator?Yes this answer is write
it given out put as 15.But how?????
what is need of following line?
int main ( int argc, char* argv [ ] )
how it work?what is the meaning for this line?
please explain me.Advance thanks | Excel | 4 |
| what is the use of fflush() function? | | 1 |
| what is meant by c | | 4 |
| write a program to find the number of even integers and odd
integers in a given array in c language | Olive-Tech | 2 |
| What is C language Terminator? | TCS | 12 |
| Why the use of alloca() is discouraged?
| Oracle | 2 |
| const char *
char * const
What is the differnce between the above tow?.
| TCS | 5 |
| what is the difference between strcpy() and memcpy() function? | | 1 |
| How can draw a box in cprogram without using graphics.h
header file & using only one printf(); ? | NIIT | 1 |
| void main()
{
char far *farther,*farthest;
printf("%d..%d",sizeof(farther),sizeof(farthest));
}
| ME | 3 |
| What is Heap? | | 3 |
| Write a programme to find even numbers without using any
conditional statement? | Infosys | 3 |
| Program to find the value of e raised to power x using while
loop | N-Tech | 3 |
| what is the other ways to find a logic to print whether a
number is an even or odd wit out using % symbol??????? i
know three different ways to print it. so i need any other
different logic>>>>> | TCS | 3 |
| if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND
CORRESPONDING VALUE FROM ASCII TABLE | | 1 |
| what are the uses of structure? | HCL | 5 |
| who did come first hen or agg | Infosys | 12 |
| |
| For more C Interview Questions Click Here |