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
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is the use of function overloading in C?
Explain what is the general form of a c program?
What are the different types of data structures in c?
What is optimization in c?
How can I use a preprocessorif expression to ?
What is the use of parallelize in spark?
number of times a digit is present in a number
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Why do we need volatile in c?
What is spaghetti programming?
What is LINKED LIST? How can you access the last element in a linked list?
What are all different types of pointers in c?
in iso what are the common technological language?
What is .obj file in c?