How do we print only part of a string in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is function pointer c?
Where in memory are my variables stored?
I came across some code that puts a (void) cast before each call to printf. Why?
why do we use # in c-language?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
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
What is the purpose of clrscr () printf () and getch ()?
What is floating point constants?
What is a pointer value and address in c?
Are global variables static in c?
Can we declare a function inside a function in c?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?