What is the purpose of sprintf?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that can show the multiplication table.
how can we use static and extern?and where can we use this?
write a C code To reverse a linked list
write a c program to print "Welcome" without using semicolon in the whole program ??
simple c program for 12345 convert 54321 with out using string
how to write palindrome program?
Why n++ execute faster than n+1 ?
write a program of bubble sort using pointer?
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
Write a program in C to reverse a number by recursive function?
who invented c
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001