| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
} | Infosys | 15 |
| How many ways are there to swap two numbers without using
temporary variable? Give the each logic. | | 6 |
| wt is d full form of c | Wipro | 1 |
| dibakar & vekatesh..uttejana here..abt ur reply for in
place reversal of linked list..wats p stands for there? | | 1 |
| please give me answer with details
#include<stdio.h>
main()
{
int i=1;
i=(++i)*(++i)*(++i);
printf("%d",i);
getch();
} | | 3 |
| i want to know aptitude questions,technical questions | | 2 |
| Program to display given 3 integers in ascending order | N-Tech | 1 |
| a C prog to swap 2 no.s without using variables just an
array? | TCS | 4 |
| Determine if a number is a power of 2 at O(1). | | 1 |
| write a programe returns the number of times the character
appears in the string | | 1 |
| c programming of binary addition of two binary numbers
| | 1 |
| for(i=0;i=printf("Hello");i++);
printf("Hello");
how many times how will be printed????????? | | 4 |
| Write a program or provide a pseudo code to flip the 2nd bit
of the 32 bit number ! (Phone Screen) | NetApp | 1 |
| if array a conatins 'n' elements and array b conatins 'n-1'
elements.array b has all element which are present in array
a but one element is missing in array b. find that
element. | Zycus-Infotech | 9 |
| What is encapsulation? | | 1 |
| who is the founder of c | HP | 9 |
| why the execution starts from main function | | 9 |
| main()
{
float a=3.2e40;
printf("%d",a);
} | Satyam | 5 |
| How can I access memory located at a certain address? | | 2 |
| What is a class? | | 2 |
| |
| For more C Interview Questions Click Here |