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 I split up a string into whitespace-separated fields?

1058


Can i use “int” data type to store the value 32768? Why?

1190


What is typedf?

1126


What is c++ used for today?

1110


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

2127


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1298


What is pointers in c with example?

1078


what are bit fields? What is the use of bit fields in a structure declaration?

2137


Are the expressions * ptr ++ and ++ * ptr same?

1155


How many keywords are there in c?

1078


What is a substring in c?

1034


What is structure packing in c?

1082


What type of function is main ()?

1046


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

1232


What is array of structure in c?

1184