Answer Posted / rashmi
# include <stdio.h>
main()
{
printf("%d");
}
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the argument of a function in c?
Are the variables argc and argv are always local to main?
What is the use of linkage in c language?
What is signed and unsigned?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is sizeof int?
write a c program in such a way that if we enter the today date the output should be next day's date.
How are Structure passing and returning implemented by the complier?
Explain how can you tell whether a program was compiled using c versus c++?
What is a example of a variable?
how many errors in c explain deply
What is #define in c?
What is the difference between scanf and fscanf?
Explain how do you generate random numbers in c?
What functions are in conio h?