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

Answers were Sorted based on User's Feedback



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

Answer / 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

More C Interview Questions

What are shell structures used for?

0 Answers  


I came across some code that puts a (void) cast before each call to printf. Why?

0 Answers  


How do you write a program which produces its own source code as its output?

4 Answers  


main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }

3 Answers   CSC,


Why do we use c for the speed of light?

0 Answers  


Can one function call another?

0 Answers  


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

0 Answers  


What's wrong with "char *p = malloc(10);" ?

4 Answers  


What is the deal on sprintf_s return value?

0 Answers  


Explain how do you generate random numbers in c?

0 Answers  


What is a good data structure to use for storing lines of text?

0 Answers  


write a program to display reverse of a number using for loop?

14 Answers  


Categories