Answer Posted / agalya
#include<stdio.h>
#include<conio.h>
void main()
{
printf("\%d");
}
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What are local static variables? How can you use them?
How can I do peek and poke in c?
What is function pointer c?
Explain what is the benefit of using const for declaring constants?
What does the file stdio.h contain?
What is oops c?
Differentiate between static and dynamic modeling.
What is c++ used for today?
how can f be used for both float and double arguments in printf? Are not they different types?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Is there a way to switch on strings?
write a program in c language to print your bio-data on the screen by using functions.
write a program to print data of 5 five students with structures?
Explain what is the benefit of using #define to declare a constant?