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 |
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is #define in c?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
What should be keep precautions while using the recursion method?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
write a prgram of swapping with 2 valiables
Write a c program using for loop in switch case?
Write a program in C to reverse a number by recursive function?
what is the use of a array in c
What is extern keyword in c?