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

Write a program to print fibonacci series using recursion?

1129


Can you apply link and association interchangeably?

1175


Why n++ execute faster than n+1 ?

3141


What is #pragma statements?

1153


Difference between MAC vs. IP Addressing

1196


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

2301


Are the variables argc and argv are local to main?

1360


Tell me what is null pointer in c?

1123


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2860


Can we replace the struct function in tree syntax with a union?

1350


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

1303


can we change the default calling convention in c if yes than how.........?

2592


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

1125


Explain how can I make sure that my program is the only one accessing a file?

1268


What is the difference between array and structure in c?

1238