C Language Aptitude Test Paper
#2
[attachment=5634]
C++ Programs

#include <iostream.h>
#include <conio.h>

void main()
{
clrscr();
int x = 10;
int y = 2;
int sum, difference, product, quotient;
sum = x + y;
difference = x - y;
product = x * y;
quotient = x / y;
cout << "The sum of " << x << " & " << y << " is " << sum << "." << endl;
cout << "The difference of " << x << " & " << "y << is " << difference << "." << endl;
cout << "The product of " << x << " & " << y << " is " << product << "." << endl;
cout << "The quotient of " << x << " & " << y << " is " << quotient << "." << endl;
getch();
}
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: 3d plm aptitude que, schlumberger geoservices mi swaco employment aptitude test, offline aptitude test on visual basic, aptitude test papers on c language, mechanical aptitude practice test, pneumatic aptitude test, powerpoint national aptitude test,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
RE: C Language Aptitude Test Paper - by project report helper - 12-10-2010, 10:31 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  A Paper Presentation on Software Development Automation by Computer Aided Software seminar paper 4 3,182 23-03-2016, 02:05 PM
Last Post: dhanabhagya
  DYNAMIC LANGUAGE seminar addict 2 1,986 03-01-2013, 12:30 PM
Last Post: seminar details
  ELECTRICAL ENGINEERING paper 2 seminar paper 1 1,227 12-10-2012, 12:39 PM
Last Post: seminar details
  An Introduction to the Analytical Writing Section of the GRE® revised General Test computer girl 0 484 11-06-2012, 03:06 PM
Last Post: computer girl
  Paper-Based Augmented Reality seminar details 0 757 09-06-2012, 04:11 PM
Last Post: seminar details
  A New Low Power Test Pattern Generator Using a Variable-Length Ring Counter seminar details 0 1,226 07-06-2012, 04:54 PM
Last Post: seminar details
  Battery Technology Life Verification Test Manual seminar details 0 907 07-06-2012, 12:40 PM
Last Post: seminar details
  C++ Language Tutorial seminar paper 0 2,051 16-03-2012, 12:11 PM
Last Post: seminar paper
  Brief Introduction to the C Programming Language seminar paper 0 1,014 15-03-2012, 02:14 PM
Last Post: seminar paper
  Solar Cars Hit the Road to Test Route 66 Course seminar paper 0 915 09-03-2012, 02:09 PM
Last Post: seminar paper

Forum Jump: