What is the use of gets and puts?
No Answer is Posted For this Question
Be the First to Post Answer
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
What is structure padding in c?
print a "hello" word without using printf n puts in c language
Where define directive used?
What is the explanation for cyclic nature of data types in c?
Explain the difference between the local variable and global variable in c?
What is scope and lifetime of a variable in c?
I heard that you have to include stdio.h before calling printf. Why?
What is define directive?
how to find anagram without using string functions using only loops in c programming
Why c is called top down?
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()