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...

print ur name without using any semicolon in c/c++....

Answer Posted / madhu

This is the correct answer,
Question is without using semicolon,

#include<stdio.h>
int main()
{
if(printf("Madhu"))
{
}
}

Is This Answer Correct ?    87 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of the function in c?

971


What is static identifier?

1166


What is assignment operator?

1000


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

1085


Why is #define used?

1229


How can you convert integers to binary or hexadecimal?

979


What is the advantage of a random access file?

1129


How we can insert comments in a c program?

1070


What are linked lists in c?

1086


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

1235


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

1011


How would you rename a function in C?

995


What is the difference between malloc() and calloc() function in c language?

1029


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2075


how to build a exercise findig min number of e heap with list imlemented?

2017