What is the purpose of sprintf?
No Answer is Posted For this Question
Be the First to Post Answer
How can you invoke another program from within a C program?
What is wild pointer in c with example?
how to write hello word without using semicolon at the end?
can v write main() { main(); } Is it true?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
What does c value mean?
What are header files? What are their uses?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
Why is c so popular?
how many times of error occur in C
How can I implement a delay, or time a users response, with sub-second resolution?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?