Wednesday, 8 November 2017
Dynamic Table Java Script
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Sunday, 5 November 2017
C language Paper Solution July 2011
NIELIT O Level C language Paper Solution July 2011
1. Objective
1.1 : C
1.2 : B
1.3 : D
1.4 : B
1.5 : B
1.6 : A
1.7 : A
1.8 : B
1.6 : A
1.7 : A
1.8 : B
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Saturday, 4 November 2017
2D character array sorting
Q : Write a ‘C’ program to read an array of names and to sort them in alphabetical order.
Solution :
/*==============================
Girfa Student Help
Program : Sort 2D Array
================================*/
#include<stdio.h>
#include<conio.h>
#define MAX 3
void main()
{
char ar[MAX][20],ch[20];
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Thursday, 2 November 2017
NIELIT O Level C Language Solve Paper
July-12
Answer Key
1. Objective
1.1 : B
1.2 : A
1.3 : A
1.4 : C
1.5 : A
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Subscribe to:
Posts (Atom)