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
What functions are in conio h?
What is the need of structure in c?
What is uint8 in c?
What is double pointer in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is the role of this pointer?
Explain how do you list a file’s date and time?
C language questions for civil engineering
What is advantage of pointer in c?
how should functions be apportioned among source files?
What is an endless loop?
What is the use of gets and puts?
write a program fibonacci series and palindrome program in c
What is the Purpose of 'extern' keyword in a function declaration?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?