Explain the term printf() and scanf() used in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Which is best book for data structures in c?
What is the use of the #include directive?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Explain command-line arguments in C.
Explain what is wrong with this program statement?
Is it better to use malloc() or calloc()?
Why does not use getgh(); and <conio.h> in c language.
What is the difference between void main and main in c?
When should the register modifier be used? Does it really help?
What is I ++ in c programming?
application of static variables in real time
can we print any string without using terminator?