Monthly Archive: March 2016
KOLHAN UNIVERSITY B.A-PART-1 PREVIOUS YEAR PAPER HELLO FRIENDS, HERE WE PROVIDED ALL PREVIOUS YEAR QUESTION PAPER OF KOLHAN UNIVERSITY B.A PHILOSOPHY QUESTION PAPER. Students who studies in KOLHAN university,they get benefit from this previous year paper....
Examination date-29th May 2016 (Sunday) 10.00 am to 12.00 Noon Event Date Publication of Advertisement in Press and Web Wednesday, 1st March, 2016 Opening date for online Registration and Filling of Online Application form...
Kolhan university UG part 2 and PG part 3 examination form: -This is to notify for information to all concerned that the date of filling up and deposit of examination form & fee of...
QUIZ-4 OF C PROGRAMMING LANGUAGE Q 1 – What is the output of the following program? #include<stdio.h> main() { int x = 3; x += 2; x =+ 2; printf(“%d”, x); } A – 2 B –...
Q 1 – What is the output of the following program? #include<stdio.h> { int x = 1; switch(x) { default: printf(“Hello”); case 1: printf(“hi”); break; } } A – Hello B – Hi C –...
The Kolhan University was established on 13 August 2009. moreover, in kolhan university 14 Constituent Colleges and 12 Affiliated Colleges in geographical jurisdiction of East Singhbhum, West Singhbhum and in addition,Seraikela Kharswan District with more than...
Q 1 – What is the output of the following program? #include<stdio.h> main() { char s[] = “Fine”; *s = ‘N’; printf(“%s”, s); } A – Fine B – Nine C – Compile error D – Runtime error...
Quiz of c programming language Q 1 – What is the output of the following program? #include<stdio.h>main(){char*s =”Hello”;while(*s!=NULL)printf(“%c”,*s++);} A – Hello B – Helloellolloloo C – ello D – Compile error Q 2 – What is the size of ‘int’?...