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

what will be the out put.
#include<stdio.h>
void main()
{
printf("Output:");
printf(1+"vikashpatel");
}//output: ikashpatel

Answer Posted / vikash ycp mumbai feb2010

//output: ikashpatel

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain what is a newline escape sequence?

1146


Explain what math functions are available for integers? For floating point?

1162


How can I change their mode to binary?

1185


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

1168


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

2015


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1108


What is malloc() function?

1235


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2353


What is an expression?

1109


What are 3 types of structures?

1106


What is bubble sort in c?

1105


Explain what are the standard predefined macros?

1171


How can I read and write comma-delimited text?

1124


What does sizeof return c?

1130


Why is c still so popular?

1102