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
suppose there are five integers write a program to find larger among them without using if- else
What is the full form of getch?
Can we declare a function inside a function in c?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
Explain zero based addressing.
Write a program to generate random numbers in c?
write a program to display numbers from 1 to 10 and 10 to 1?
What is the purpose of realloc()?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
How to develop software using "c" programming?
Define circular linked list.