Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / girish

#include <stdio.h>
void main()
{
if(printf("Hello World"))
}

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you pass an array to a function by value?

1066


Write a C program in Fibonacci series.

1054


Why we write conio h in c?

980


What is the use of pointers in C?

1034


What does it mean when the linker says that _end is undefined?

1055


Explain about C function prototype?

1037


Write a program to swap two numbers without using a temporary variable?

1085


Difference between pass by reference and pass by value?

1107


Why c is called a mid level programming language?

1035


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

4557


Explain heap and queue.

1025


code for quick sort?

1989


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

1214


Why malloc is faster than calloc?

1022


Explain how do I determine whether a character is numeric, alphabetic, and so on?

1096