Pages
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
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
Read more »
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];
Read more »
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
Read more »
Tuesday, 31 October 2017
Nielit O Level C Language Practice Paper Set 3
NIELIT O Level Sample Paper
C Language
Note : Each Question carry one marks : Time : 45 Min
Student Name : ________________________
Q 1: which of the following Operator is used to transfer value to another variable.
A) =
B) ==
C) &
D) int
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)