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 c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

0 Answers  


what is pointer

1 Answers   TCS,


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print

0 Answers  


What is double pointer?

0 Answers  


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

0 Answers   Wilco,






What is union and structure in c?

0 Answers  


Who had beaten up hooligan "CHAKULI" in his early college days?

1 Answers  


what are the difference between ANSI C and Let Us c and Turbo C

4 Answers   LG Soft,


#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 Answers  


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

0 Answers  


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,


Categories