dotnetspider.com
Login Login    Register      

TutorialsForumCareer DevelopmentResourcesReviewsJobsInterviewCommunitiesProjectsTraining

Subscribe to Subscribers
Talk to Webmaster
Tony John

Facebook
Google+
Twitter
LinkedIn
Online MembersMinu
Phagu Mahato
pragna
More...
Join our online Google+ community for Bloggers, Content Writers and Webmasters




Forums » .NET » ASP.NET »

This Poll is not active any more.



Opinion Poll: Which is best to performing for programing?please give your vote blow by click options





Poll Results

1.
50%  C++
2.
50%  Visual studio

Total Votes: 2

Program for assign values to different variables at a time of declarations


Posted Date: 18 Aug 2012      Posted By:: Aamir Shahzad     Member Level: Gold    Member Rank: 330     Points: 1   Responses: 1



Is this progrma is ok for assign values to different variables at a time of declarations?

The program code is



#include<iostream.h>

# include<conio.h>

main()

{

intabc=4, b=1997

floatxy=3.4;

char name[15]="marriamahmed";

cout<<name<<endl;

cout<<abc<<endl;

cout<<b<<endll;

cout<<xy<<endl;

getche()



output will be as

marriam ahmed

4

1997

3.4

Please tell is this code ok?

Keep continue your work in life then you be on the top.

Thanks & Regards

Aamir
QMobile Noir A10 - Review, features, technical spe




Responses

#684660    Author: Prasad kulkarni        Member Level: Diamond      Member Rank: 8     Date: 18/Aug/2012   Rating: 2 out of 52 out of 5     Points: 1

The is fine. you initialize some variable value and then print them on screen with the help of C++.

what you want exactly ?

Thanks
Koolprasd2003
[DotNetSpider MVM]



 
Post Reply
You must Sign In to post a response.

Next : Convert a HTML Control (Div or Table) to an image using C#/ or JavaScript or J query
Previous : I want to learn how to generate the reports from the dotnet application
Return to Discussion Forum
Post New Message
Category:

Related Messages



Follow us on Twitter: https://twitter.com/dotnetspider

Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Email subscription
  • .NET Jobs
  • .NET Articles
  • .NET Forums
  • Articles Rss Feeds
    Forum Rss Feeds


    About Us    Contact Us    Copyright    Privacy Policy    Terms Of Use    Revenue Sharing sites   Advertise   Talk to Tony John
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.