Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > General Topics

  #2  
Old August 31st, 2013, 12:50 PM
Super Moderator
 
Join Date: Jun 2013
Default Re: Last 5 Years 12 CBSE Board Papers

You are looking for the CBSE board 12th class Computer Science question paper here i am uploading a file from where you can download the CBSE board 12th class Computer Science question paper, some of the questions are here:

1:
(a) Differentiate between a global variable and a local variable.
(b) Name the Header file(s) that shall be needed for successful compilation of the following C++ code?
void main()
{
char st[20];
gets(st);
if(isaplha(st[0])
cout<<”Starts with alphabet”;
else
cout< }

(c) Rewrite the following program after removing syntactical error(s) if any. Underline each correction.
#include
#define SIZE =10
VOID MAIN()
{
int a[SIZE]={10,20,30,40,50};
float x=2;
SIZE=5;
for(int i=0;i cout< }
(d) Find the output of the following program :
i) #include
#include
struct Student
{
int rno;
char name[20];
};
void main()
{
student a[2]={1,”Amit”,}{2,”Sumit”}};
for(int i=0;i<2;i++)
{
cout<<”\n Rno”< cout<<”\n Name “;
for(int j=0;j cout< }
}

For detailed paper here is attachment:

Quote:
Originally Posted by Unregistered View Post
Will you please provide me the CBSE board 12th class Computer Science question paper?
Attached Files Available for Download
File Type: doc (CBSE Class 12th Computer Science paper.doc (157.5 KB, 37 views)
Reply With Quote
Reply




All times are GMT +6. The time now is 12:40 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8