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


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

Post New Answer

More C Interview Questions

What is function pointer c?

0 Answers  


Where in memory are my variables stored?

0 Answers  


I came across some code that puts a (void) cast before each call to printf. Why?

0 Answers  


why do we use # in c-language?

1 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,






Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code

1 Answers  


What is the purpose of clrscr () printf () and getch ()?

0 Answers  


What is floating point constants?

0 Answers  


What is a pointer value and address in c?

0 Answers  


Are global variables static in c?

0 Answers  


Can we declare a function inside a function in c?

0 Answers  


write a function to find whether a string is palindrome or not and how many palindrome this string contain?

2 Answers   Aptech,


Categories