Does sprintf put null character?
No Answer is Posted For this Question
Be the First to Post Answer
What does the && operator do in a program code?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
How many keywords are there in c?
Where does the name "C" come from, anyway?
which one is better structure or union?(other than the space occupied )
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
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
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
What do mean by network ?
how to print this pyramid * * * * * * * * * * * * *
what is default constructor?