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
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Explain the properties of union. What is the size of a union variable
What is the c language function prototype?
What are identifiers and keywords in c?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
can we change the default calling convention in c if yes than how.........?
What are the advantages of external class?
How many parameters should a function have?
Is malloc memset faster than calloc?
Do you know what are the properties of union in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is queue in c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Differentiate abs() function from fabs() function.
Why & is used in scanf in c?