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
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); }
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
explain about storage of union elements.
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
What is identifier in c?
write a program to fined second smallest and largest element in a given series of elements (without sorting)
WAP to find that given no is small or capital
What is assignment operator?
What is a structure in c language. how to initialise a structure in c?
What is else if ladder?
Tell us the use of fflush() function in c language?