How can I copy just a portion of a string?
No Answer is Posted For this Question
Be the First to Post Answer
What are loops c?
What is the process to create increment and decrement stamen in c?
write a program to remove occurrences the word from entered text?
Explain how do you determine whether to use a stream function or a low-level function?
What is the use of the restrict keyword?
What is signed and unsigned?
Program to find the sum of digits of a given number until the sum becomes a single digit
What does nil mean in c?
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
What are pointers? Why are they used?
wat are the two methods for swapping two numbers without using temp variable??
What is nested structure in c?