| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How many ways are there to swap two numbers without using
temporary variable? Give the each logic. | | 6 |
| Two's compliment of -5 | Adobe | 3 |
| for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer???? | | 6 |
| what is the advantage of using SEMAPHORES to ORDINARY
VARIABLES??? | NSN | 1 |
| for(i=0;i=printf("Hello");i++);
printf("Hello");
how many times how will be printed????????? | | 4 |
| Which of the following data structures is on average the
fastest for retrieving data:
1) Binary Tree
2) Hash Table
3) Stack
| | 3 |
| int a=2,b=3,c=4;
printf("a=%d,b=%d\n",a,b,c);
what is the o/p? | Verifone | 6 |
| main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
what is the output? | Ramco | 4 |
| how many argument we can pas in in a function | CTS | 20 |
| post new interiew question and aptitude test papers | | 1 |
| How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST | Adobe | 2 |
| write a program to generate 1st n fibonacci prime number | | 5 |
| write a program for even numbers? | | 8 |
| what is the differnce between AF_INET and PF_INET? | Wipro | 2 |
| different between overloading and overriding | | 3 |
| how can we use static and extern?and where can we use this? | Excel | 3 |
| How can we see the Expanded source code and compiled code
for our source program in C? | | 1 |
| create an SINGLE LINKED LISTS and reverse the data in the
lists completely | | 3 |
| What is the diffrent between while and do while statement ? | | 5 |
| without a terminator how can we print a message in a printf
() function. | NIIT | 5 |
| |
| For more C Interview Questions Click Here |