how to print a statement in c without use of console
statement ,with the help of if statement it should print
Answers were Sorted based on User's Feedback
Answer / deepanshu kakkar
#include<stdio.h>
void main()
{
if(printf("deepanshu kakkar"));
}
| Is This Answer Correct ? | 4 Yes | 1 No |
What are the 5 types of organizational structures?
How would you rename a function in C?
what is the function of void main()?
develop algorithms to add polynomials (i) in one variable
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is the output of printf("%d", printf("Hello"));?
What are multibyte characters?
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
How are portions of a program disabled in demo versions?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
Does c have circular shift operators?