How will you print TATA alone from TATA POWER using string copy and concate commands in C?


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

Post New Answer

More C Interview Questions

int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.

2 Answers  


Tell about strtok & strstr functions

2 Answers   HCL, iFlex, Motorola,


explain about storage of union elements.

2 Answers   ABC, Bosch,


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,






What is identifier in c?

0 Answers  


write a program to fined second smallest and largest element in a given series of elements (without sorting)

9 Answers   Yahoo,


WAP to find that given no is small or capital

3 Answers  


What is assignment operator?

0 Answers  


What is a structure in c language. how to initialise a structure in c?

0 Answers  


What is else if ladder?

0 Answers  


Tell us the use of fflush() function in c language?

0 Answers  


Categories