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

The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  


How do we print only part of a string in c?

0 Answers  


What is a pointer in c plus plus?

0 Answers  


main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }

3 Answers   CSC,


what is difference between null and nul in c language

2 Answers  


how can be easily placed in TCS.

0 Answers   TCS,


What are structure members?

0 Answers  


Why c is procedure oriented?

0 Answers  


code for inverse a matrix

0 Answers  


What is the advantage of c?

0 Answers  


void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


what is pointer?

13 Answers   HCL, TCS,


Categories