Chemistry 2nd year 2017 Punjab Board | Paper Scheme All Punjab boards Chemistry paper scheme for the class 2nd year.…
Browsing: Online Course
All Subjects(Biology,Mathematics,Physics,Chemistry) Punjab boards paper scheme for 2nd year. All subjects pairing scheme is given below. 2nd year all subjects( Biology,Mathematics,Physics,Chemistry…
Fibonacci series is a sequence of numbers in which next number in the sequence is obtained by adding previous two…
#include <stdio.h> #include <conio.h> //Largest Number – FScOnline.info int main() { int i,num,n,large=0; printf(“How many numbers: “); scanf(“%d”,&n); for(i=0; i<n;…
#include <stdio.h> #include <conio.h> //Reverse Number – FScOnline.info int main() { int num,rev=0,mod; printf(“Enter Number: “); scanf(“%d”,&num); while(num!=0) { mod=num%10;…
#include <stdio.h> #include <conio.h> //C Program to Display Size of Different Datatypes – FScOnline.info int main() { printf(“Type\t\t\tSize (bytes)”); printf(“\nCharacter\t\t…
Armstrong Number “Armstrong number is a number which is equal to sum of digits raise to the power total number…
Objective MCQs 1 from each Chapter 2 from Chapter 16 Subjective Question # 2 Chapter 1 to 6 (2…
All Punjab boards mathematics paper scheme for class 2nd year. Each chapter pairing is given below. 2nd year mathematics paper…
#include <stdio.h> #include <conio.h> //Find average marks of 5 subjects – FScOnline.info int main() { int a,b,c,d,e,average; printf(“Enter marks of…
