What is the purpose of sprintf?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to add two integer numbers without using arithmetic operator +
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are derived data types in c?
Explain what is #line used for?
Can you please explain the difference between malloc() and calloc() function?
what is the flow of execution in cprogram? ex:printf();,scanf();
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
What does & mean in scanf?
character array A[12] can hold
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Explain how can you avoid including a header more than once?