Ads block

Banner 728x90px

Write a program multi dimensional Array (BCA 2 semester)


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)


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


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.


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).


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


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)


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.


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


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


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.


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.


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 »