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

helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 Answers  


How are structure passing and returning implemented?

0 Answers  


When the macros gets expanded?

0 Answers  


Without Computer networks, Computers will be half the use. Comment.

0 Answers  


What is the role of && operator in a program code?

0 Answers  


what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);

3 Answers  


Write programs for String Reversal & Palindrome check

0 Answers   TISL,


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers  


Is it possible to have a function as a parameter in another function?

0 Answers  


what is the difference between <stdio.h> and "stdio.h"

14 Answers   Invendis, Kanbay, Mastek, MathWorks,


Categories