+ Link For Assignments, GDBs & Online Quizzes Solution |
+ Link For Past Papers, Solved MCQs, Short Notes & More |
CS201 ALL Current Mid Term Papers Spring 2015 & Past Mid Term Papers at One Place from 20 June 2015 ~ 01 July 2015
You Can Download Solved Mid Term Papers, Short Notes, Lecture Wise Questions Answers Files, Solved MCQs, Solved Quizzes , Solved Mid Term Subjective Papers , Solved Mid Term Objective Papers From This Discussion For Preparation Mid Term Papers of Fall 2014
For Important Helping Material related to this subject (Solved MCQs, Short Notes, Solved past Papers, E-Books, FAQ,Short Questions Answers & more). You must view all the featured Discussion in this subject group.
For how you can view all the Featured discussions click on the Back to Subject Name Discussions link below the title of this Discussion & then under featured Discussion corner click on the view all link.
Or visit this link
You Can download papers by a simple click on file. All the uploaded filed are in Zip file or PDF format So Install Adobe Reader and Winrar Software’s to open these Files
Note: If you download files with Internet Download Manager (IDM), you would face problem of damage files. All files are correct and no damage file, If you face this problem, Open IDM > Click on Options > Click on File Types > Remove PDF and ZIP from files types and save. After it download again files, files will work properly.OR Press alt+click the file ...
Thanks and Regards,
VU Students.ning Social Network.
Tags:
+ http://bit.ly/vucodes (Link for Assignments, GDBs & Online Quizzes Solution)
+ http://bit.ly/papersvu (Link for Past Papers, Solved MCQs, Short Notes & More)
+ Click Here to Search (Looking For something at vustudents.ning.com?) + Click Here To Join (Our facebook study Group)Share Your Current mid Term Papers (Questions/Pattern) 20 June 2015 ~ 01 July 2015 to help each other. Thanks
For more papers & Mid Tem Papers Preparation Material check all the featured discussions in this group one by one discussion.
How you can check all the featured discussions in this group .Visit this link
Q: 14 The operator used for dereferencing the elements of an array using a pointer is _________.
Q.21.A two-dimensional array has 3 rows and 4 columns. Write down the syntax to initialize first element of all three rows of two-dimensional array with value 2.
Q.22: Write the code for calling getline() member function of cin for reading 30 characters from the keyboard and storing it in the array 'Arr' of characters.
Q.23: Write the code for the declaration of a function named getMax which takes a 2D array of integers(3x3 dimension) as its parameter and returns a double pointer to an integer.
Q.25 Write the code for a structure called Inventory having the following elements:
brother kiya MCQs moaaz sy hi ae thy kiya??
aik b nain aaya moaaz say main abi paper day k aaya hn
aslam o alikum kindly in questions k answer bata dy koi
Answer for Q1
char Arr[30];
getline(cin,Arr);
Asnwer for Q2
int getMax(int Arr[][4]); // declaration of function
int getMax(int Arr[][4]){ // defincation of function
return Arr;
}
main(){
int array[3][4];
getMax(array); // function calling
}
Q.25
struct Inventory{
char partName[];
int partNumber;
int Stock;
};
main(){
struct Inventory object;
getline(cin,object.partName);
cin>>object.partNumber;
cin>>object.Stock;
}
Quiz
are the doors through which data can enter and come out of a program
---------- are the doors through which data can enter and come out of a program
when two programs a and b are trying to open a file xyz.txt at same time then
using a segment of source code again by adding new functionalities with slight or no modification is termed as
which of the following is not example of int (0 -32 65531 -4.0)
moaz sy kuch nahi aya main b only 1 question
kindly check my program and tell me where is the error because my compiler generate a report with too much error.
#include
int main():
{
int age1,age2,age3,age4,age5,age6,age7,age8,age9,age10;
int Totalage;
int Averageage;
cout"Please enter the age of student 1: "; cin>>"age1";
cout"Please enter the age of student 2: "; cin>>age2;
cout"Please enter the age of student 3: "; cin>>age3;
cout"Please enter the age of student 4: "; cin>>age4;
cout"Please enter the age of student 5: "; cin>>age5;
cout"Please enter the age of student 6: "; cin>>age6;
cout"Please enter the age of student 7: "; cin>>age7;
cout"Please enter the age of student 8: "; cin>>age8;
cout"Please enter the age of student 9: "; cin>>age9;
cout"Please enter the age of student 10: "; cin>>age10;
int Totalage=age1+age2+age3+age4+age5+age6+age7+age8+age9+age10;
Averageage=int Totalage/10;
cout"The average age of the class is:" /p>
© 2021 Created by + M.Tariq Malik.
Powered by
Promote Us | Report an Issue | Privacy Policy | Terms of Service
We have been working very hard since 2009 to facilitate in learning Read More. We can't keep up without your support. Donate.
We are user-generated contents site. All product, videos, pictures & others contents on site don't seem to be beneath our Copyrights & belong to their respected owners & freely available on public domains. We believe in Our Policy & do according to them. If Any content is offensive in your Copyrights then please email at m.tariqmalik@gmail.com Page with copyright detail & We will happy to remove it immediately.
Management: Admins ::: Moderators
Awards Badges List | Moderators Group
All Members | Featured Members | Top Reputation Members | Angels Members | Intellectual Members | Criteria for Selection
Become a Team Member | Safety Guidelines for New | Site FAQ & Rules | Safety Matters | Online Safety | Rules For Blog Post