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

What is gets() function?

0 Answers  


what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }

1 Answers   Google,


How can I remove the leading spaces from a string?

0 Answers  


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

0 Answers  


What does c in a circle mean?

0 Answers  






What is calloc malloc realloc in c?

0 Answers  


Difference between Function to pointer and pointer to function

0 Answers  


What is the difference between null pointer and void pointer

10 Answers   CTS, Manforce, MAQ Software,


What is static memory allocation? Explain

0 Answers  


What are pointers really good for, anyway?

0 Answers  


Can the size of an array be declared at runtime?

0 Answers  


Describe wild pointers in c?

0 Answers  


Categories