Ads block
Write a program multi dimensional Array (BCA 2 semester)
By
Ashish
write a program multi dimensional Array:- # include<stdio.h> #include< conio.h> void main () { float a[5] , sum=0,I; printf ( "enter number&…
Read more »
Definition of Router, Modem, flooding Gateway (BCA 6th semester)
By
Ashish
Definition of Gateway:- Gateway is the connection oriented services which works on application layer protocols. The getway connection between source to dest…
Read more »
What is network layer
By
Ashish
definition of Network layer:- A network layer responsible to create a path between sender to receiver. Through different component which ensures to success t…
Read more »
WAP string reverse and ? BCA-2nd semester.
By
Ashish
WAP String Reverse:- #include<studio.h> #include<conio.h> void main () { char a[100]; printf("enter a string\ n"); get(a); strrev(a); …
Read more »
What is file handling and hashing function? BCA-2nd semester).
By
Ashish
Definition of file handling:- A program accept the input data from keyboard at the time and execution the main limitation and what's the approach is that…
Read more »
WAP dynamic memory example? BCA-2nd semester
By
Ashish
Dynamic memory example ( pointer) #include<studio.h> #include<conio.h> #include<stdlib.h> void main () { int n, I, *p,s=0; printf ("e…
Read more »
WAP file handling program? (BCA 2nd semester)
By
Ashish
WAP file handling program #include<stdio.h> #include<conio.h> void main () { file* fp; char ch; fp= fopen ("one.text", "w"); …
Read more »
What is Dynamic memory allocation? BCA 2nd semester.
By
Ashish
Daffination of Dynamic memory allocation:- There are four library routines function which can be used for allocating and memory during when the program run. …
Read more »
Structure and union different? BCA 2nd semester
By
Ashish
Structure Points:- 1).keyword struct define a keyword structure. 2).The size of a structure is the sum of all the members. 3). mem…
Read more »
What is pointers? BCA 2nd semester
By
Ashish
Definition of pointer:- A pointer is a drive user define data type in C language. It store address of another variable in computer memory. Pointer can be us…
Read more »
What is string? BCA 2nd semester.
By
Ashish
Definition of String character :- It is a collection (set) of character with a double quotations system a string variable is always declared as an array. …
Read more »
Define network layer? BCA 6th semester.
By
Ashish
definition of Network layer:- A network layer responsible to create a path between sender to receiver. Through different component which ensures to success t…
Read more »
Followers
LATEST
3-latest-65px
AD (728x90)
Blogger news
Feature (Side)
Popular Posts
-
BCA 1st Semester Important Question , Exam Paper , Result Important Topics C programming language (BCA-1st semester)- CLICK HERE ...
-
BCA 5th SEMESTER IMPORTANT TOPICS Define ISDN? Different service of ISDN( BCA 5 semester) - View What is Transmission media? Types of Tr...
-
Programming Principles & Algorithm Important Question [Time :Three hours] Note : Attempt all the sections as per instruction [Maximum ...
-
The syllabus Mathematics for( 2nd semester) UNIT:1 SETS: Sets , subset , equal sets universal sets , Finite and infinite sets, operation ...
-
[ Time : Three Hours] Note : Attempt all the question as per instruction. [Maximum Marks : 75] ...
-
Variable definition It hold a value that can be modified by the program.The value of variable can be changed during execution . Var...
-
BCA 3rd Semester Important Question , Exam Paper , Result Important Topics Data Structure - CLICK HERE Define Stack with Proper Inserti...
-
Normalization definition:- Normalization is a technique which decompose data into small small part for the purpose of function dependency ...
-
Introduction of DBMS The Index S No. ...