how to print a statement in c without use of console
statement ,with the help of if statement it should print

Answer Posted / deepanshu kakkar

#include<stdio.h>
void main()
{
if(printf("deepanshu kakkar"));
}

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1879


What is the use of function overloading in C?

844


Explain what is the general form of a c program?

770


What are the different types of data structures in c?

808


What is optimization in c?

714






How can I use a preprocessorif expression to ?

750


What is the use of parallelize in spark?

720


number of times a digit is present in a number

1735


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2919


Why do we need volatile in c?

905


What is spaghetti programming?

840


What is LINKED LIST? How can you access the last element in a linked list?

796


What are all different types of pointers in c?

738


in iso what are the common technological language?

1817


What is .obj file in c?

810