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

Write a program to generate prime factors of a given integer?

2 Answers  


What does the error 'Null Pointer Assignment' mean and what causes this error?

0 Answers   TISL,


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


What is the best style for code layout in c?

0 Answers  


how to find anagram without using string functions using only loops in c programming

0 Answers  






How does sizeof know array size?

0 Answers  


What is string concatenation in c?

0 Answers  


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,


What is a null string in c?

0 Answers  


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 Answers   Microsoft,


What are types of structure?

0 Answers  


Categories