What are the string functions? List some string functions available in c.
No Answer is Posted For this Question
Be the First to Post Answer
Is fortran still used in 2018?
Is there any book to know about Basics of C Language?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
I need a sort of an approximate strcmp routine?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
where do we use volatile keyword?
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
What is echo in c programming?
What does %p mean?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
write a program for fibonaci series by using while loop in c?