Explain how do you print only part of a string?


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

Post New Answer

More C Interview Questions

#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


what is the different between if-else and switch statment (other than syntax)

26 Answers   CTS, Oracle, Scorpos,


When would you use a pointer to a function?

0 Answers  


What is time null in c?

0 Answers  


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  






What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


What is the difference between text files and binary files?

0 Answers  


Write the control statements in C language

0 Answers   Atos Origin,


What is actual argument?

0 Answers  


What is c language & why it is used?

0 Answers  


What is meant by preprocessor in c?

0 Answers  


Why we use stdio h in c?

0 Answers  


Categories