Explain what is the concatenation operator?


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

Post New Answer

More C Interview Questions

Why is C language being considered a middle level language?

0 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

27 Answers   Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,


What is extern storage class in c?

0 Answers  


WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 Answers   ADITI, Wipro,






write the program for maximum of the following numbers? 122,198,290,71,143,325,98

5 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


What are the advantage of c language?

0 Answers  


What is difference between scanf and gets?

0 Answers  


Does sprintf put null character?

0 Answers  


What is a stream in c programming?

0 Answers  


Explain output of printf("Hello World"-'A'+'B'); ?

0 Answers  


Categories