What is string concatenation in c?


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

Post New Answer

More C Interview Questions

What does nil mean in c?

0 Answers  


When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


What are extern variables in c?

0 Answers  


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


What is realloc in c?

0 Answers  






Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  


What is queue in c?

0 Answers  


Tell me when is a void pointer used?

0 Answers  


write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that

3 Answers  


What is variable initialization and why is it important?

0 Answers  


program to get the remainder and quotant of given two numbers with out using % and / operators?

10 Answers   College School Exams Tests, IBM,


How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

0 Answers  


Categories