What is c programing language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what is the difference between functions getch() and getche()?

0 Answers  


Tell me the use of bit field in c language?

0 Answers  


what is d pitfalls of registers variables

3 Answers   TCS,


write the output of following code .. main() { static int a[]={10,20,30,40,50}; int *ptr=a; static int arr[2][2]={1,2,3,4}; char str[]="ABCD * 4#"; char *s=str+2; int i,j; for(i=0;i<5,i++) printf("%d",*ptr++); for(i=0;i<2;i++) for(j=0;j<2;j++) printf("%d\n",*(*(n+i)+j)); printf("%c\n%c\n%c\n",*(str+2),*s++,*--s); }

1 Answers  


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  






what is the syallabus of computer science students in group- 1?

0 Answers  


Bit swapping

2 Answers  


what is the defrenece between structure and union

5 Answers   Aloha Technology,


Diff between for loop and while loop?

2 Answers   TCS,


Why can’t we compare structures?

0 Answers  


How we can write a value to an address using macro..?

0 Answers   Tata Elxsi,


What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


Categories