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 / sushma rai

#include<stdio.h>
#include<conio.h>
void main()
{
scanf("%s",printf("sushma"));
}

Is This Answer Correct ?    5 Yes 42 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Stimulate calculator using Switch-case-default statement for two numbers

2997


Explain why C language is procedural?

1221


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1158


Write a code to generate divisors of an integer?

1070


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

1068


Is there anything like an ifdef for typedefs?

1154


What is the Purpose of 'extern' keyword in a function declaration?

1084


What are the different properties of variable number of arguments?

1164


What is volatile variable how do you declare it?

1102


What is a 'null pointer assignment' error?

1218


Why c language?

1076


how to find anagram without using string functions using only loops in c programming

3192


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4688


What is the use of header files?

1113


What is hashing in c?

1165