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
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is difference between structure and union with example?
How arrays can be passed to a user defined function
Differentiate between Macro and ordinary definition.
Differentiate between the expression “++a” and “a++”?
What is a const pointer?
What is the use of getch ()?
Explain how can a program be made to print the name of a source file where an error occurs?
What is default value of global variable in c?
What is pointer to pointer in c?
What is the equivalent code of the following statement in WHILE LOOP format?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Can one function call another?
What is the difference between #include and #include 'file' ?
Tell us bitwise shift operators?