to write a program to search a character in a string and to
print till the character in the string using pointers in c
program



to write a program to search a character in a string and to print till the character in the string..

Answer / guest

char str[20]="some string";
char *ptr=str;
char search_char=e;
for(int t=0;i<strlen(str);i++)
{
if((*ptr)==e) (*ptr)=\0' //null charachter
}
printf("%s",str);

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More Engineering AllOther Interview Questions

What is the Boundary value analysis and Equlance class partition for select * from emp

0 Answers   Syntel,


Why do windmills never appear stationary?

0 Answers  


what is need of interface. what is the diff b/w interface and abstract class

0 Answers  


can i clearly know courses under oracle

0 Answers  


What do you like and dislike about working for this organisation?

0 Answers   Microsoft,






What is your happiest moment in your life

0 Answers  


tell me one scenario where we go for idoc and WHy we go for idoc.

0 Answers   HCL,


what is difference between Fault tolerance Vs fault avoidance

0 Answers  


what is a Additional domain ? what is a child domain?

0 Answers   Tesco,


what are the advantages as disadvantages of the V-model?

0 Answers  


assemblies in .net

0 Answers  


charak was the famous court physician of?

1 Answers   HCL,


Categories
  • Civil Engineering Interview Questions Civil Engineering (5085)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4451)
  • Electrical Engineering Interview Questions Electrical Engineering (16632)
  • Electronics Communications Interview Questions Electronics Communications (3918)
  • Chemical Engineering Interview Questions Chemical Engineering (1095)
  • Aeronautical Engineering Interview Questions Aeronautical Engineering (239)
  • Bio Engineering Interview Questions Bio Engineering (96)
  • Metallurgy Interview Questions Metallurgy (361)
  • Industrial Engineering Interview Questions Industrial Engineering (259)
  • Instrumentation Interview Questions Instrumentation (3014)
  • Automobile Engineering Interview Questions Automobile Engineering (332)
  • Mechatronics Engineering Interview Questions Mechatronics Engineering (97)
  • Marine Engineering Interview Questions Marine Engineering (124)
  • Power Plant Engineering Interview Questions Power Plant Engineering (172)
  • Textile Engineering Interview Questions Textile Engineering (575)
  • Production Engineering Interview Questions Production Engineering (25)
  • Satellite Systems Engineering Interview Questions Satellite Systems Engineering (106)
  • Engineering AllOther Interview Questions Engineering AllOther (1379)