write a program to copy the string using switch case?


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

Post New Answer

More C Interview Questions

Why we write conio h in c?

0 Answers  


What is the need of structure in c?

0 Answers  


Write a function in c to find the area of a triangle whose length of three sides is given.

2 Answers  


4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

6 Answers   Accenture,


wt is d full form of c

6 Answers   TCS, Wipro,


explain about storage of union elements.

2 Answers   ABC, Bosch,


What does char * * argv mean in c?

0 Answers  


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


What is break statement?

0 Answers  


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


what is unsigened char and what is the difference from char

2 Answers  


Why c language is called c?

0 Answers  


Categories