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 is the output of printf("%d")?

Answer Posted / soundar

it will display only garbage value

Is This Answer Correct ?    10 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the return value of the insertion operator?

1179


Write a program to show polymorphism in C++?

1203


Explain terminate() function?

1113


How the endl and setw manipulator works?

1059


Do class declarations end with a semicolon? Do class method definitions?

1200


Which programming language's unsatisfactory performance led to the discovery of c++?

1402


What are compilers in c++?

1108


describe private access specifiers?

1316


What is vector processing?

1208


Give an example of run-time polymorphism/virtual functions.

1062


If a header file is included twice by mistake in the program, will it give any error?

1115


What are the advantages of c++ over c?

1137


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

2157


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

1115


Can member functions be private?

1054