What is the purpose of scanf() and printf() functions?
Answer / Yogesh Kumar Jaiswal
The printf() function is used to display output, while the scanf() function is used to read input from the keyboard. Both functions are part of C's standard I/O library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define the scope of static variables.
Is c programming hard?
What is void c?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
What is the difference between ‘g’ and “g” in C?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Can we change the value of static variable in c?
Explain what are bus errors, memory faults, and core dumps?
a=5 a=a++/++a
How to throw some light on the b tree?
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?