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 output off the following program?
#include<stdio.h>
int main()
{
int a;
a=015+0*71+5;
printf("%d,a");
return0;
}

Answer Posted / aravind

error bcoz of format specifier.

Is This Answer Correct ?    11 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

1223


What are the 4 types of organizational structures?

1099


Why dont c comments nest?

1048


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1119


Why is it usually a bad idea to use gets()? Suggest a workaround.

1780


When should structures be passed by values or by references?

1037


What are the advantages of using new operator as compared to the function malloc ()?

1337


Why pointers are used in c?

1006


How can I write a function that takes a format string and a variable number of arguments?

1055


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5951


Write a program for Overriding.

1158


Explain how can a program be made to print the name of a source file where an error occurs?

1197


What is pass by reference in functions?

843


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

2097


How can I call a function with an argument list built up at run time?

1242