without a terminator how can we print a message in a printf
() function.
Answer Posted / adesh
#include<stdio.h>
#include<conio.h>
main()
{
if("adesh")
{
}
}
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
How do you determine a file’s attributes?
What is bubble sort in c?
How to declare pointer variables?
What is the use of structure padding in c?
How to throw some light on the b tree?
What should malloc(0) do?
What does %p mean?
When should you use a type cast?
What is wrong with this declaration?
What is a program flowchart and how does it help in writing a program?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What are formal parameters?
How macro execution is faster than function ?
What does 1f stand for?
What is sizeof int?